/**
 * Cloudhospital.ChatApi
 * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
 *
 * The version of the OpenAPI document: 1.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { ApiV1ChatMigrationsPost401ResponseErrors } from './api-v1-chat-migrations-post401-response-errors';
/**
 *
 * @export
 * @interface ApiV1ChatMigrationsPost401Response
 */
export interface ApiV1ChatMigrationsPost401Response {
    /**
     *
     * @type {string}
     * @memberof ApiV1ChatMigrationsPost401Response
     */
    'title'?: string;
    /**
     *
     * @type {number}
     * @memberof ApiV1ChatMigrationsPost401Response
     */
    'status'?: number;
    /**
     *
     * @type {string}
     * @memberof ApiV1ChatMigrationsPost401Response
     */
    'instance'?: string;
    /**
     *
     * @type {string}
     * @memberof ApiV1ChatMigrationsPost401Response
     */
    'traceId'?: string;
    /**
     *
     * @type {ApiV1ChatMigrationsPost401ResponseErrors}
     * @memberof ApiV1ChatMigrationsPost401Response
     */
    'errors'?: ApiV1ChatMigrationsPost401ResponseErrors;
}
