UNPKG

ch-api-client-typescript2

Version:
49 lines 1.07 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 UpdateDeviceCommand */ export interface UpdateDeviceCommand { /** * * @type {string} * @memberof UpdateDeviceCommand */ 'token'?: string | null; /** * * @type {Array<string>} * @memberof UpdateDeviceCommand */ 'tags'?: Array<string> | null; /** * * @type {boolean} * @memberof UpdateDeviceCommand */ 'appAlert'?: boolean; /** * * @type {boolean} * @memberof UpdateDeviceCommand */ 'eventAlert'?: boolean; /** * * @type {boolean} * @memberof UpdateDeviceCommand */ 'noticeAlert'?: boolean; } //# sourceMappingURL=update-device-command.d.ts.map