diff --git a/src/entities/ProfileEmployee.ts b/src/entities/ProfileEmployee.ts index 9031c26b..16841f8f 100644 --- a/src/entities/ProfileEmployee.ts +++ b/src/entities/ProfileEmployee.ts @@ -850,7 +850,7 @@ export class ProfileEmployeeHistory extends ProfileEmployee { export class CreateProfileEmployee { prefix: string; - prefixMain: string; + prefixMain?: string; rank?: string | null; firstName: string; lastName: string;