UNPKG

ch-admin-api-client-typescript

Version:
68 lines 1.45 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 { AuditableEntityModel } from './auditable-entity-model'; /** * * @export * @interface PolicyItemModel */ export interface PolicyItemModel { /** * * @type {string} * @memberof PolicyItemModel */ 'id'?: string; /** * * @type {string} * @memberof PolicyItemModel */ 'languageCode'?: string | null; /** * * @type {string} * @memberof PolicyItemModel */ 'name'?: string | null; /** * * @type {string} * @memberof PolicyItemModel */ 'slug'?: string | null; /** * * @type {boolean} * @memberof PolicyItemModel */ 'confirmed'?: boolean; /** * * @type {string} * @memberof PolicyItemModel */ 'photo'?: string | null; /** * * @type {string} * @memberof PolicyItemModel */ 'photoThumbnail'?: string | null; /** * * @type {AuditableEntityModel} * @memberof PolicyItemModel */ 'auditableEntity'?: AuditableEntityModel; } //# sourceMappingURL=policy-item-model.d.ts.map