UNPKG

ch-admin-api-client-typescript

Version:
73 lines 1.54 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * Contact: developer@icloudhospital.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface DoctorEducationModel */ export interface DoctorEducationModel { /** * * @type {string} * @memberof DoctorEducationModel */ 'id'?: string; /** * * @type {string} * @memberof DoctorEducationModel */ 'doctorId'?: string; /** * * @type {string} * @memberof DoctorEducationModel */ 'doctorName'?: string | null; /** * * @type {string} * @memberof DoctorEducationModel */ 'institution'?: string | null; /** * * @type {string} * @memberof DoctorEducationModel */ 'qualification'?: string | null; /** * * @type {Date} * @memberof DoctorEducationModel */ 'graduationDate'?: Date | null; /** * * @type {number} * @memberof DoctorEducationModel */ 'graduationYear'?: number | null; /** * * @type {number} * @memberof DoctorEducationModel */ 'graduationMonth'?: number | null; /** * * @type {number} * @memberof DoctorEducationModel */ 'order'?: number; } //# sourceMappingURL=doctor-education-model.d.ts.map