/** * This file was auto-generated by Fern from our API Definition. */ export interface DubbingMediaReference { src: string; content_type: string; bucket_name: string; random_path_slug: string; duration_secs: number; is_audio: boolean; url: string; }