Merge branch 'NiceDev' into develop
This commit is contained in:
parent
37bef4e836
commit
0b8b5d497c
13 changed files with 168 additions and 357 deletions
|
|
@ -1,3 +1,29 @@
|
|||
interface PersonInformation {
|
||||
assessments: any[];
|
||||
birthDate: string;
|
||||
certificates: any[];
|
||||
educations: EducationForm[];
|
||||
experience: null | any;
|
||||
fullName: string;
|
||||
govAge: string;
|
||||
isEducationalQft: boolean;
|
||||
isGovermantServiceHtr: boolean;
|
||||
isHaveMinPeriodOrHoldPos: boolean;
|
||||
isHaveProLicense: boolean;
|
||||
isHaveSpecificQft: boolean;
|
||||
isMinPeriodOfTenure: boolean;
|
||||
isOperatingExp: boolean;
|
||||
oc: string;
|
||||
posNo: string;
|
||||
position: string;
|
||||
positionLevel: string;
|
||||
prefix: string;
|
||||
salaries: any[];
|
||||
salary: string;
|
||||
trainings: any[];
|
||||
type: string;
|
||||
}
|
||||
|
||||
interface FormSpec {
|
||||
isEducationalQft: boolean;
|
||||
isGovermantServiceHtr: boolean;
|
||||
|
|
@ -67,6 +93,7 @@ interface ListMenu {
|
|||
}
|
||||
|
||||
export type {
|
||||
PersonInformation,
|
||||
FormCommand,
|
||||
FormCommandRef,
|
||||
FormSpec,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue