ปรับ ประเมินบุคคล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-12-26 16:21:57 +07:00
parent 864c7c3637
commit d1861f7a97
7 changed files with 338 additions and 31 deletions

View file

@ -56,10 +56,16 @@ interface CertificatesForm {
issuer: string;
}
interface ListMenu {
val: string;
label: string;
}
export type {
FormCommand,
FormCommandRef,
FormSpec,
EducationForm,
CertificatesForm,
ListMenu,
};