PAMapp/assets/ts/models/consultant.model.ts
@@ -1,16 +1,16 @@ export interface Consultants { export interface Consultant { agentNo : string; name : string; img : string; expertise : string[]; avgScore : number; contactStatus? : string; createTime: Date; updateTime : Date; createTime : Date | string; updateTime : Date | string; customerViewTime? : Date | string; role : string; seniority : string, appointments? : Appointment[]; new : boolean, } export interface Appointment {