UNPKG

ch-admin-api-client-typescript

Version:
61 lines 1.33 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 DoctorSpecialtyModel */ export interface DoctorSpecialtyModel { /** * * @type {string} * @memberof DoctorSpecialtyModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof DoctorSpecialtyModel */ 'specialtyId'?: string; /** * * @type {string} * @memberof DoctorSpecialtyModel */ 'specialtyName'?: string | null; /** * * @type {string} * @memberof DoctorSpecialtyModel */ 'specialtySlug'?: string | null; /** * * @type {string} * @memberof DoctorSpecialtyModel */ 'specialtyTypeId'?: string; /** * * @type {string} * @memberof DoctorSpecialtyModel */ 'specialtyTypeName'?: string | null; /** * * @type {number} * @memberof DoctorSpecialtyModel */ 'order'?: number; } //# sourceMappingURL=doctor-specialty-model.d.ts.map