PAMapp/shared/models/appointment.model.ts
@@ -139,6 +139,7 @@ planCode : string; policyEntryDate : string; policyholderIdentityId: string; remark? : string; } export interface ToCloseAppointment { @@ -146,6 +147,13 @@ closedOtherReason: string; closedReason : string; contactStatus : ContactStatus; remark : string; remark? : string; } export interface ToInformAppointment { appointmentId: number; email : string; interviewDate: string; message : string; phone : string; }