UNPKG

ch-api-client-typescript2

Version:
38 lines 1.02 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. */ import { SecureFileItemInputModel } from './secure-file-item-input-model'; /** * * @export * @interface UpdateSecureContainerCommand */ export interface UpdateSecureContainerCommand { /** * * @type {string} * @memberof UpdateSecureContainerCommand */ 'languageCode'?: string | null; /** * * @type {Date} * @memberof UpdateSecureContainerCommand */ 'expireDate'?: Date | null; /** * * @type {Array<SecureFileItemInputModel>} * @memberof UpdateSecureContainerCommand */ 'files'?: Array<SecureFileItemInputModel> | null; } //# sourceMappingURL=update-secure-container-command.d.ts.map