/** * This file was auto-generated by Fern from our API Definition. */ export interface DoDubbingResponse { /** The ID of the dubbing project. */ dubbing_id: string; /** The expected duration of the dubbing project in seconds. */ expected_duration_sec: number; }