แก้ไข paginationApi รายการลงเวลาพิเศษ
This commit is contained in:
parent
e635a3be33
commit
2e904a95b8
4 changed files with 78 additions and 61 deletions
|
|
@ -13,4 +13,9 @@ interface ListData {
|
|||
checkOut: string;
|
||||
checkIn: string;
|
||||
}
|
||||
export type { ListData };
|
||||
|
||||
interface DataDateMonthObject {
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
export type { ListData, DataDateMonthObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue