/** * This file was auto-generated by Fern from our API Definition. */ export interface DubbingMediaMetadata { /** The content type of the media. */ content_type: string; /** The duration of the media in seconds. */ duration: number; }