UNPKG

ch-admin-api-client-typescript

Version:
55 lines 1.23 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 CurationCategoryModel */ export interface CurationCategoryModel { /** * * @type {string} * @memberof CurationCategoryModel */ 'curationCategoryId'?: string; /** * * @type {boolean} * @memberof CurationCategoryModel */ 'isPublished'?: boolean; /** * * @type {number} * @memberof CurationCategoryModel */ 'order'?: number; /** * * @type {string} * @memberof CurationCategoryModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof CurationCategoryModel */ 'title'?: string | null; /** * * @type {Array<string>} * @memberof CurationCategoryModel */ 'availableLanguageCodes'?: Array<string> | null; } //# sourceMappingURL=curation-category-model.d.ts.map