export type DocumentFromPoolRequest = { /** * Pathway for document to be trained in. */ to_pathway: string; /** * The document id from pool. */ document_id: number; };