UNPKG

ch-api-client-typescript2

Version:
61 lines 1.36 kB
/** * CloudHospital Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 2 * 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 DoctorSpecialtyItemModel */ export interface DoctorSpecialtyItemModel { /** * * @type {string} * @memberof DoctorSpecialtyItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof DoctorSpecialtyItemModel */ 'specialtyId'?: string; /** * * @type {string} * @memberof DoctorSpecialtyItemModel */ 'specialtyTypeName'?: string | null; /** * * @type {string} * @memberof DoctorSpecialtyItemModel */ 'specialtyName'?: string | null; /** * * @type {string} * @memberof DoctorSpecialtyItemModel */ 'specialtySlug'?: string | null; /** * * @type {boolean} * @memberof DoctorSpecialtyItemModel */ 'confirmed'?: boolean; /** * * @type {number} * @memberof DoctorSpecialtyItemModel */ 'order'?: number; } //# sourceMappingURL=doctor-specialty-item-model.d.ts.map