/** * 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} * @memberof HospitalSimpleItemModel */ 'accreditations'?: Array | null; /** * * @type {Array} * @memberof HospitalSimpleItemModel */ 'medias'?: Array | null; /** * * @type {Array} * @memberof HospitalSimpleItemModel */ 'hospitalRatings'?: Array | null; /** * * @type {FeatureModel} * @memberof HospitalSimpleItemModel */ 'feature'?: FeatureModel; /** * * @type {string} * @memberof HospitalSimpleItemModel */ 'specialtiesSummarized'?: string | null; /** * * @type {Array} * @memberof HospitalSimpleItemModel */ 'specialties'?: Array | null; } //# sourceMappingURL=hospital-simple-item-model.d.ts.map