| | |
| | | phone : string; |
| | | requirement : string; |
| | | satisfactionScore : number; |
| | | consultantMode : string; |
| | | consultationMethod : string; |
| | | }; |
| | | |
| | | export interface AppointmentClosedInfo { |
| | |
| | | job : string; |
| | | phone : string; |
| | | requirement : string; |
| | | consultationMethod: string; |
| | | } |
| | | |
| | | export interface EditAppointmentParams { |
| | |
| | | otherRequirement: null; |
| | | phone : string; |
| | | requirement : string; |
| | | consultationMethod: string; |
| | | } |
| | | |
| | | export interface AppointmentRequests { |
| | |
| | | job : string; |
| | | phone : string; |
| | | requirement : string[]; |
| | | consultantMode : string; |
| | | consultationMethod : string; |
| | | } |
| | | export interface ContactTime { |
| | | selectTimesOptions: string[]; |