หน้ารายการประเมิน
This commit is contained in:
parent
c2e0e5cb59
commit
d271ff96b8
16 changed files with 386 additions and 134 deletions
|
|
@ -14,6 +14,17 @@ interface FormCommandRef {
|
|||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface FileEvaluationRefRef {
|
||||
fileEvaluation81: object | null;
|
||||
fileEvaluation82: object | null;
|
||||
fileEvaluation83: object | null;
|
||||
fileEvaluation84: object | null;
|
||||
fileEvaluation85: object | null;
|
||||
fileEvaluation86: object | null;
|
||||
|
||||
[key: string]: any;
|
||||
}
|
||||
|
||||
interface EducationForm {
|
||||
country: string;
|
||||
degree: string;
|
||||
|
|
@ -40,4 +51,10 @@ interface CertificatesForm {
|
|||
issuer: string;
|
||||
}
|
||||
|
||||
export type { FormCommand, FormCommandRef, EducationForm, CertificatesForm };
|
||||
export type {
|
||||
FormCommand,
|
||||
FormCommandRef,
|
||||
EducationForm,
|
||||
CertificatesForm,
|
||||
FileEvaluationRefRef,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue