| | |
| | | } |
| | | |
| | | export interface UserReviewsConsultantsParams{ |
| | | appointmentId:number, |
| | | score:number, |
| | | appointmentId: number, |
| | | score : number, |
| | | } |
| | | |
| | | export interface editAppointmentParams { |
| | | id: number, |
| | | phone: string, |
| | | email: string, |
| | | contactType: string, |
| | | gender: string, |
| | | age: string, |
| | | job: string, |
| | | requirement: string, |
| | | hopeContactTime: string, |
| | | id : number, |
| | | phone : string, |
| | | email : string, |
| | | contactType : string, |
| | | gender : string, |
| | | age : string, |
| | | job : string, |
| | | requirement : string, |
| | | hopeContactTime : string, |
| | | otherRequirement: null |
| | | } |