From 45a393edcfd3bc01776e10a1f7d78120f67e3617 Mon Sep 17 00:00:00 2001 From: "DESKTOP-2S5P7D1\\Windows 10" Date: Tue, 12 Nov 2024 13:36:53 +0700 Subject: [PATCH] no message --- src/entities/Appoint.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 {