ทะเบียนประวัติ: ประวัติการศึกษา clean code+แก้การคำนวนปี

This commit is contained in:
oat_dev 2024-03-21 14:20:59 +07:00
parent ed227359d1
commit 8aa9e2be13
2 changed files with 162 additions and 233 deletions

View file

@ -1,4 +1,5 @@
interface RequestItemsObject {
profileId: string
educationLevel: string;
institute: string;
startYear: number;
@ -16,6 +17,11 @@ interface RequestItemsObject {
duration: string;
durationYear: number | null;
note: string;
educationLevelId: string,
positionPath: string,
positionPathId: string,
isActive: boolean,
isDate: boolean
}
export type { RequestItemsObject };