ลงเวลาพิเศษแค่ช่วงบ่ายวันที่ไม่แสดง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-09 11:43:20 +07:00
parent 7b0a618572
commit a69d986340
5 changed files with 133 additions and 110 deletions

View file

@ -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,
}