feat: 添加API接口TypeScript类型描述文件

This commit is contained in:
郝先瑞
2022-03-13 15:42:59 +08:00
parent 454e9856e3
commit 9a812c02dd
9 changed files with 72 additions and 62 deletions

12
src/types/index.d.ts vendored
View File

@@ -1,2 +1,12 @@
export * from './api/login'
export * from './api/user'
export * from './api/user'
export * from './api/role'
export * from './api/menu'
export * from './api/dept'
export * from './api/dict'
export * from './api/perm'
export * from './api/client'
export * from './component'