/** * This file was auto-generated by Fern from our API Definition. */ export interface SpeakerAudioResponseModel { /** The base64 encoded audio. */ audio_base_64: string; /** The media type of the audio. */ media_type: string; /** The duration of the audio in seconds. */ duration_secs: number; }