diff --git a/src/entities/Appoint.ts b/src/entities/Appoint.ts index 9295ea2..ed4a268 100644 --- a/src/entities/Appoint.ts +++ b/src/entities/Appoint.ts @@ -52,13 +52,13 @@ export class CreateAppoint { export type Person = { profileId: string - name: string - position: string - positionType: string - positionLevel: string - role: string - posNo: string - actFullName: string + name?: string + position?: string + positionType?: string + positionLevel?: string + role?: string + posNo?: string + actFullName?: string } export class UpdateAppoint {