UNPKG

ch-api-client-typescript2

Version:
67 lines 1.55 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 RequestAssignedChatEmailCommand */ export interface RequestAssignedChatEmailCommand { /** * * @type {string} * @memberof RequestAssignedChatEmailCommand */ 'hospitalId'?: string; /** * * @type {string} * @memberof RequestAssignedChatEmailCommand */ 'sessionId'?: string; /** * * @type {string} * @memberof RequestAssignedChatEmailCommand */ 'userName'?: string | null; /** * * @type {string} * @memberof RequestAssignedChatEmailCommand */ 'assigneeId'?: string; /** * * @type {string} * @memberof RequestAssignedChatEmailCommand */ 'assigneeName'?: string | null; /** * * @type {Date} * @memberof RequestAssignedChatEmailCommand */ 'assignmentTime'?: Date; /** * * @type {string} * @memberof RequestAssignedChatEmailCommand */ 'notificationType'?: string | null; /** * * @type {string} * @memberof RequestAssignedChatEmailCommand */ 'recipientType'?: string | null; } //# sourceMappingURL=request-assigned-chat-email-command.d.ts.map