KPI => ปรับ load

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-06-17 16:01:54 +07:00
parent a04cc7a2e8
commit 1b060856c1
8 changed files with 773 additions and 117 deletions

View file

@ -2,6 +2,10 @@ interface DataOption {
id: string;
name: string;
}
interface ItemsTab {
label: string;
name: string;
}
interface ItemsMenu {
label: string;
@ -61,4 +65,13 @@ interface FormData {
qualification: string;
}
export type { DataOption, ItemsMenu,NewPagination,typeOp,ResponsePreson,tableType,FormData };
export type {
DataOption,
ItemsMenu,
NewPagination,
typeOp,
ResponsePreson,
tableType,
FormData,
ItemsTab,
};