ปรับ ประเมินบุคคล
This commit is contained in:
parent
864c7c3637
commit
d1861f7a97
7 changed files with 338 additions and 31 deletions
|
|
@ -56,10 +56,16 @@ interface CertificatesForm {
|
|||
issuer: string;
|
||||
}
|
||||
|
||||
interface ListMenu {
|
||||
val: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
FormCommand,
|
||||
FormCommandRef,
|
||||
FormSpec,
|
||||
EducationForm,
|
||||
CertificatesForm,
|
||||
ListMenu,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue