ทะเบียนประวัติ: ความสามารถพิเศษ clean code
This commit is contained in:
parent
8aa9e2be13
commit
c2d386c026
4 changed files with 107 additions and 135 deletions
|
|
@ -20,7 +20,6 @@ interface RequestItemsObject {
|
|||
educationLevelId: string,
|
||||
positionPath: string,
|
||||
positionPathId: string,
|
||||
isActive: boolean,
|
||||
isDate: boolean
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,9 @@ interface RequestItemsObject {
|
|||
detail: string;
|
||||
remark: string;
|
||||
reference: string;
|
||||
dateStart: Date | null,
|
||||
dateEnd: Date | null ,
|
||||
profileId: string,
|
||||
}
|
||||
|
||||
export type { RequestItemsObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue