mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
feat(projects): 添加请求适配器的请求示例
This commit is contained in:
7
src/typings/business.d.ts
vendored
7
src/typings/business.d.ts
vendored
@@ -21,3 +21,10 @@ declare namespace Auth {
|
||||
userRole: RoleType;
|
||||
}
|
||||
}
|
||||
|
||||
declare namespace Demo {
|
||||
interface DataWithAdapter {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user