ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
96 lines • 2.48 kB
TypeScript
/**
* 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.
*/
import { FeatureModel } from './feature-model';
import { HospitalAccreditationItemModel } from './hospital-accreditation-item-model';
import { HospitalRatingItemModel } from './hospital-rating-item-model';
import { HospitalSpecialtySimpleItemModel } from './hospital-specialty-simple-item-model';
import { MediaModel } from './media-model';
/**
*
* @export
* @interface HospitalSimpleItemModel
*/
export interface HospitalSimpleItemModel {
/**
*
* @type {string}
* @memberof HospitalSimpleItemModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof HospitalSimpleItemModel
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof HospitalSimpleItemModel
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof HospitalSimpleItemModel
*/
'slug'?: string | null;
/**
*
* @type {boolean}
* @memberof HospitalSimpleItemModel
*/
'confirmed'?: boolean;
/**
*
* @type {boolean}
* @memberof HospitalSimpleItemModel
*/
'isCertified'?: boolean;
/**
*
* @type {Array<HospitalAccreditationItemModel>}
* @memberof HospitalSimpleItemModel
*/
'accreditations'?: Array<HospitalAccreditationItemModel> | null;
/**
*
* @type {Array<MediaModel>}
* @memberof HospitalSimpleItemModel
*/
'medias'?: Array<MediaModel> | null;
/**
*
* @type {Array<HospitalRatingItemModel>}
* @memberof HospitalSimpleItemModel
*/
'hospitalRatings'?: Array<HospitalRatingItemModel> | null;
/**
*
* @type {FeatureModel}
* @memberof HospitalSimpleItemModel
*/
'feature'?: FeatureModel;
/**
*
* @type {string}
* @memberof HospitalSimpleItemModel
*/
'specialtiesSummarized'?: string | null;
/**
*
* @type {Array<HospitalSpecialtySimpleItemModel>}
* @memberof HospitalSimpleItemModel
*/
'specialties'?: Array<HospitalSpecialtySimpleItemModel> | null;
}
//# sourceMappingURL=hospital-simple-item-model.d.ts.map