export interface AddVoiceIvcResponseModel {
    /** The ID of the newly created voice. */
    voiceId: string;
    /** Whether the voice requires verification */
    requiresVerification: boolean;
}
