/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../index"; /** * Safety object that has the information of safety evaluations based on used voice. */ export interface SafetyCommonModel { ivc?: ElevenLabs.SafetyEvaluation; non_ivc?: ElevenLabs.SafetyEvaluation; }