allinssl/frontend/apps/allin-ssl/mock/index.ts

10 lines
247 B
TypeScript

// 导出所有模块
export * from './userInfo' // 示例接口
export * from './overview'
export * from './workflow'
export * from './cert'
export * from './access'
export * from './siteMonitor'
export * from './setting'
export * from './login'