UNPKG

ch-admin-api-client-typescript

Version:
79 lines 1.6 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * 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 CurationModel */ export interface CurationModel { /** * * @type {string} * @memberof CurationModel */ 'curationId'?: string; /** * * @type {string} * @memberof CurationModel */ 'curationCategoryId'?: string; /** * * @type {string} * @memberof CurationModel */ 'curationCategoryTitle'?: string | null; /** * * @type {number} * @memberof CurationModel */ 'order'?: number; /** * * @type {string} * @memberof CurationModel */ 'photo'?: string | null; /** * * @type {string} * @memberof CurationModel */ 'photoThumbnail'?: string | null; /** * * @type {string} * @memberof CurationModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof CurationModel */ 'title'?: string | null; /** * * @type {string} * @memberof CurationModel */ 'url'?: string | null; /** * * @type {Array<string>} * @memberof CurationModel */ 'availableLanguageCodes'?: Array<string> | null; } //# sourceMappingURL=curation-model.d.ts.map