export interface DubbingStartData { job_id?: string | undefined; /** Job status after starting, e.g. `processing`. */ status?: string | undefined; /** Identifier of the submitted pipeline task. */ task_id?: string | undefined; }