Files
continew-admin-ui/src/apis/index.ts

16 lines
380 B
TypeScript

export * from './area'
export * from './auth'
export * from './common'
export * from './monitor'
export * from './system'
export * from './code'
export * from './schedule'
export * from './area/type'
export * from './auth/type'
export * from './common/type'
export * from './monitor/type'
export * from './system/type'
export * from './code/type'
export * from './schedule/type'