refactor: add btn uploand file passport
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
Thanaphon Frappet 2025-07-04 16:24:55 +07:00
parent dd09a8cb23
commit 03adabeabd
4 changed files with 48 additions and 19 deletions

View file

@ -108,7 +108,7 @@ export type EmployeeCreate = {
employeeWork?: EmployeeWorkCreate[];
employeeInCountryNotice?: EmployeeInCountryNoticePayload[];
employeeVisa?: EmployeeVisaPayload[];
employeePassport?: EmployeePassportPayload[];
employeePassport?: (EmployeePassportPayload & { file?: File })[];
employeeOtherInfo?: EmployeeOtherCreate;