UNPKG

ch-api-client-typescript2

Version:
55 lines 1.28 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 HospitalSpecialtySimpleItemModel */ export interface HospitalSpecialtySimpleItemModel { /** * * @type {string} * @memberof HospitalSpecialtySimpleItemModel */ 'id'?: string; /** * * @type {string} * @memberof HospitalSpecialtySimpleItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtySimpleItemModel */ 'name'?: string | null; /** * * @type {string} * @memberof HospitalSpecialtySimpleItemModel */ 'slug'?: string | null; /** * * @type {boolean} * @memberof HospitalSpecialtySimpleItemModel */ 'confirmed'?: boolean; /** * * @type {number} * @memberof HospitalSpecialtySimpleItemModel */ 'order'?: number; } //# sourceMappingURL=hospital-specialty-simple-item-model.d.ts.map