export interface DoDubbingResponse {
    /** The ID of the dubbing project. */
    dubbingId: string;
    /** The expected duration of the dubbing project in seconds. */
    expectedDurationSec: number;
}
