UNPKG

ch-admin-api-client-typescript

Version:
50 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. */ import { UpdateCurationCommandTranslation } from './update-curation-command-translation'; /** * * @export * @interface UpdateCurationCommand */ export interface UpdateCurationCommand { /** * * @type {string} * @memberof UpdateCurationCommand */ 'curationCategoryId'?: string; /** * * @type {string} * @memberof UpdateCurationCommand */ 'photo'?: string | null; /** * * @type {string} * @memberof UpdateCurationCommand */ 'photoThumbnail'?: string | null; /** * * @type {number} * @memberof UpdateCurationCommand */ 'order'?: number; /** * * @type {UpdateCurationCommandTranslation} * @memberof UpdateCurationCommand */ 'translation'?: UpdateCurationCommandTranslation; } //# sourceMappingURL=update-curation-command.d.ts.map