import type * as ElevenLabs from "../index"; export interface ObjectOverrideInput { description?: string; properties?: Record; required?: string[]; }