refactor: 更新API接口与数据结构,统一分页返回格式
This commit is contained in:
4
src/types/global.d.ts
vendored
4
src/types/global.d.ts
vendored
@@ -5,9 +5,9 @@
|
||||
*/
|
||||
declare global {
|
||||
type ApiResponse<T = any> = import("@/types/api").ApiResponse<T>;
|
||||
type PageQuery = import("@/types/api").PageQuery;
|
||||
type BaseQueryParams = import("@/types/api").BaseQueryParams;
|
||||
type PageResult<T> = import("@/types/api").PageResult<T>;
|
||||
type OptionType = import("@/types/api").OptionType;
|
||||
type OptionItem = import("@/types/api").OptionItem;
|
||||
type ExcelResult = import("@/types/api").ExcelResult;
|
||||
type TagView = import("@/types/ui").TagView;
|
||||
type AppSettings = import("@/types/ui").AppSettings;
|
||||
|
||||
Reference in New Issue
Block a user