ทะเบียนประวัติ: ความสามารถพิเศษ clean code

This commit is contained in:
oat_dev 2024-03-21 14:46:19 +07:00
parent 8aa9e2be13
commit c2d386c026
4 changed files with 107 additions and 135 deletions

View file

@ -20,7 +20,6 @@ interface RequestItemsObject {
educationLevelId: string,
positionPath: string,
positionPathId: string,
isActive: boolean,
isDate: boolean
}

View file

@ -3,6 +3,9 @@ interface RequestItemsObject {
detail: string;
remark: string;
reference: string;
dateStart: Date | null,
dateEnd: Date | null ,
profileId: string,
}
export type { RequestItemsObject };