/** * This file was auto-generated by Fern from our API Definition. */ export interface VoiceSettings { stability: number; similarity_boost: number; style?: number; use_speaker_boost?: boolean; }