fix #2563
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m5s

This commit is contained in:
harid 2026-06-17 17:57:37 +07:00
parent 51d447109e
commit bdd31ce72c
2 changed files with 36 additions and 16 deletions

View file

@ -1014,7 +1014,7 @@ export class UpdateInformationProfileEmployee {
}
export type UpdateProfileEmployee = {
prefix: string;
prefix?: string | null;
rank?: string | null;
firstName: string;
lastName: string;