ทะเบียนประวัติ: ฝึกอบรมดูงาน interface

This commit is contained in:
oat_dev 2024-03-19 11:05:40 +07:00
parent 56b55c72a0
commit c3260940ea
3 changed files with 83 additions and 42 deletions

View file

@ -0,0 +1,17 @@
interface RequestItemsObject {
name: string,
topic: string,
yearly: number,
place: string,
duration: string,
department: string,
numberOrder: string,
dateOrder: Date,
startDate: Date,
endDate: Date,
startYear: number,
finishYear: number,
}
export type { RequestItemsObject };