/** * This file was auto-generated by Fern from our API Definition. */ export interface TtsConversationalConfigOverrideConfig { /** Whether to allow overriding the voice ID */ voice_id?: boolean; }