UI API ข้อมูลรายการการลาย้อนหลัง
This commit is contained in:
parent
543ae775bd
commit
9d1955b5aa
7 changed files with 995 additions and 2 deletions
|
|
@ -11,4 +11,11 @@ interface DataDateMonthObject {
|
|||
month: number;
|
||||
year: number;
|
||||
}
|
||||
export type { DataOption, DataOption2, DataDateMonthObject };
|
||||
|
||||
interface DataPagination {
|
||||
descending: boolean;
|
||||
page: number;
|
||||
rowsPerPage: number;
|
||||
sortBy: string;
|
||||
}
|
||||
export type { DataOption, DataOption2, DataDateMonthObject, DataPagination };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue