/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type TrainDocumentViewResponse = { /** * Document id for document in training */ document_id?: string; /** * Task id for document in training */ task_id?: string; /** * Message of the training */ message: string; error?: string; };