/** * This file was auto-generated by Fern from our API Definition. */ export interface AddVoiceIvcResponseModel { /** The ID of the newly created voice. */ voice_id: string; /** Whether the voice requires verification */ requires_verification: boolean; }