ปรับค้นงานปีงบประมาณ ประวัติการลงเวลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-29 17:46:19 +07:00
parent a51042d48a
commit 9aef54609d
5 changed files with 134 additions and 10 deletions

View file

@ -2,6 +2,11 @@ interface DataOption {
id: string
name: string
}
interface DataDateMonthObject {
month: number
year: number
}
interface FormRef {
date: object | null
reason: object | null
@ -14,4 +19,4 @@ interface notiType {
timereceive: Date
}
export type { DataOption, FormRef, notiType }
export type { DataOption, FormRef, notiType, DataDateMonthObject }