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

This commit is contained in:
oat_dev 2024-03-21 15:29:58 +07:00
parent 2ac3f8cc18
commit aceef724b2
3 changed files with 143 additions and 207 deletions

View file

@ -11,6 +11,8 @@ interface RequestItemsObject {
endDate: Date,
startYear: number,
finishYear: number,
profileId: string,
isDate: boolean,
}
export type { RequestItemsObject };