บรรจุ => ช่วยราชการ, ส่งตัวกลับ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-02 15:12:10 +07:00
parent 5a220774eb
commit 45d7189d92
6 changed files with 426 additions and 443 deletions

View file

@ -2,5 +2,13 @@ interface DataOption {
id: string;
label: string;
}
interface FormProfile {
id: string;
avatar: string;
fullName: string;
position: string;
positionLevel: string;
organization: string;
}
export type { DataOption };
export type { DataOption, FormProfile };