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