export interface DocAiStartJobResponse { /** The unique identifier of the job. */ job_id: string; /** Current status of the job. */ status: string; /** The unique identifier of the job run. */ run_id: string; }