This commit is contained in:
Warunee Tamkoo 2024-08-01 12:12:28 +07:00
parent 46533bbd62
commit 15d3ac574d
128 changed files with 347 additions and 322 deletions

View file

@ -1,26 +0,0 @@
//ข้อมูล
interface ResponseObject {
createdAt: Date
createdFullName: string
createdUserId: string
dateOrder: Date
dateStart: Date | null
dateEnd: Date | null
department: string
duration : string
id: string
isActive: boolean
isDate: boolean
lastUpdateFullName: string
lastUpdateUserId: string
lastUpdateAt: Date
name: string
numberOrder: string
place: string
profileId: string
topic: string
yearly: number
}
export type { ResponseObject };