PAMapp/assets/ts/models/consultant.model.ts
@@ -7,10 +7,10 @@ contactStatus? : string; createTime : Date | string; updateTime : Date | string; customerViewTime? : Date | string; role : string; seniority : string, appointments? : Appointment[]; new : boolean, } export interface Appointment {