ลงเวลาพิเศษแค่ช่วงบ่ายวันที่ไม่แสดง
This commit is contained in:
parent
7b0a618572
commit
a69d986340
5 changed files with 133 additions and 110 deletions
|
|
@ -25,10 +25,18 @@ interface LocationObject {
|
|||
longitude: number
|
||||
}
|
||||
|
||||
interface Pagination {
|
||||
sortBy: string
|
||||
descending: boolean
|
||||
page: number
|
||||
rowsPerPage: number
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
FormRef,
|
||||
notiType,
|
||||
DataDateMonthObject,
|
||||
LocationObject,
|
||||
Pagination,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue