修改各模块ts接口规范
This commit is contained in:
9
plus-ui/src/types/global.d.ts
vendored
9
plus-ui/src/types/global.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
import type { PropType as VuePropType, ComponentInternalInstance as ComponentInstance } from 'vue';
|
||||
import type { ComponentInternalInstance as ComponentInstance } from 'vue';
|
||||
import { LanguageEnum } from '@/enums/LanguageEnum';
|
||||
|
||||
declare global {
|
||||
@ -98,6 +98,13 @@ declare global {
|
||||
sortOrder: string;
|
||||
}
|
||||
|
||||
declare interface PageResponse {
|
||||
total?: number;
|
||||
size?: number;
|
||||
current?: number;
|
||||
pages?: number;
|
||||
}
|
||||
|
||||
declare interface LayoutSetting {
|
||||
/**
|
||||
* 是否显示顶部导航
|
||||
|
Reference in New Issue
Block a user