รายการโครงการ => ผูก API รายการโครงการ
This commit is contained in:
parent
bb5847a652
commit
8266808827
6 changed files with 156 additions and 84 deletions
|
|
@ -8,4 +8,18 @@ interface DataOptionCheckBox {
|
|||
value: string;
|
||||
}
|
||||
|
||||
export type { DataOption, DataOptionCheckBox };
|
||||
interface ItemsMenu {
|
||||
label: string;
|
||||
value: string;
|
||||
icon: string;
|
||||
color: string;
|
||||
}
|
||||
|
||||
interface NewPagination {
|
||||
descending: boolean;
|
||||
page: number;
|
||||
rowsPerPage: number;
|
||||
sortBy: string;
|
||||
}
|
||||
|
||||
export type { DataOption, DataOptionCheckBox, ItemsMenu, NewPagination };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue