import type * as ElevenLabs from "../index"; /** * Safety object that has the information of safety evaluations based on used voice. */ export interface SafetyCommonModelInput { ivc?: ElevenLabs.SafetyEvaluation; nonIvc?: ElevenLabs.SafetyEvaluation; }