export interface AddVoiceResponseModel {
    /** The ID of the voice. */
    voiceId: string;
}
