UNPKG

ch-admin-api-client-typescript

Version:
80 lines 1.71 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 { MediaModel } from './media-model'; /** * * @export * @interface UpdatePolicyCommand */ export interface UpdatePolicyCommand { /** * * @type {string} * @memberof UpdatePolicyCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof UpdatePolicyCommand */ 'name'?: string | null; /** * * @type {string} * @memberof UpdatePolicyCommand */ 'slug'?: string | null; /** * * @type {string} * @memberof UpdatePolicyCommand */ 'description'?: string | null; /** * * @type {string} * @memberof UpdatePolicyCommand */ 'content'?: string | null; /** * * @type {boolean} * @memberof UpdatePolicyCommand */ 'confirmed'?: boolean; /** * * @type {string} * @memberof UpdatePolicyCommand */ 'customStyle'?: string | null; /** * * @type {string} * @memberof UpdatePolicyCommand */ 'photo'?: string | null; /** * * @type {string} * @memberof UpdatePolicyCommand */ 'photoThumbnail'?: string | null; /** * * @type {Array<MediaModel>} * @memberof UpdatePolicyCommand */ 'medias'?: Array<MediaModel> | null; } //# sourceMappingURL=update-policy-command.d.ts.map