UNPKG

ch-api-client-typescript2

Version:
61 lines 1.23 kB
/** * 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. */ /** * * @export * @interface CurationModel */ export interface CurationModel { /** * * @type {string} * @memberof CurationModel */ 'curationId'?: string; /** * * @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; } //# sourceMappingURL=curation-model.d.ts.map