/** * 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 { AuditableEntityModel } from './auditable-entity-model'; import { FeatureModel } from './feature-model'; import { FrequentlyAskedQuestionsModel } from './frequently-asked-questions-model'; import { LocalizedUrlMetadataModel } from './localized-url-metadata-model'; import { LocalizedUrlModel } from './localized-url-model'; import { MarketingType } from './marketing-type'; import { MediaModel } from './media-model'; /** * * @export * @interface SpecialtyTypeModel */ export interface SpecialtyTypeModel { /** * * @type {string} * @memberof SpecialtyTypeModel */ 'id'?: string; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'name'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'slug'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'title'?: string | null; /** * * @type {boolean} * @memberof SpecialtyTypeModel */ 'confirmed'?: boolean; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'photo'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'photoThumbnail'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'background'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'backgroundThumbnail'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'description'?: string | null; /** * * @type {MarketingType} * @memberof SpecialtyTypeModel */ 'marketingType'?: MarketingType; /** * * @type {number} * @memberof SpecialtyTypeModel */ 'order'?: number; /** * * @type {number} * @memberof SpecialtyTypeModel */ 'specialtiesCount'?: number; /** * * @type {Array} * @memberof SpecialtyTypeModel */ 'medias'?: Array | null; /** * * @type {AuditableEntityModel} * @memberof SpecialtyTypeModel */ 'auditableEntity'?: AuditableEntityModel; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'overview'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'content'?: string | null; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'markdown'?: string | null; /** * * @type {Array} * @memberof SpecialtyTypeModel */ 'localizedUrls'?: Array | null; /** * * @type {Array} * @memberof SpecialtyTypeModel */ 'localizedMetadatas'?: Array | null; /** * * @type {FrequentlyAskedQuestionsModel} * @memberof SpecialtyTypeModel */ 'platformFaqs'?: FrequentlyAskedQuestionsModel; /** * * @type {string} * @memberof SpecialtyTypeModel */ 'customStyle'?: string | null; /** * * @type {FeatureModel} * @memberof SpecialtyTypeModel */ 'feature'?: FeatureModel; } //# sourceMappingURL=specialty-type-model.d.ts.map