修改各模块ts接口规范

This commit is contained in:
lcj
2025-03-13 15:07:20 +08:00
parent db4742e606
commit 777f8f4c28
33 changed files with 189 additions and 126 deletions

View File

@ -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 {
/**
* 是否显示顶部导航