/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from ".."; export interface VoiceResponse { voice_id: string; name: string; category: string; labels: Record; available_for_tiers: string[]; high_quality_base_model_ids: string[]; samples?: ElevenLabs.SampleResponseModel[]; fine_tuning?: ElevenLabs.FineTuningResponseModel; description?: string; preview_url?: string; settings?: ElevenLabs.VoiceSettings; sharing?: ElevenLabs.VoiceSharingResponseModel; }