import type * as ElevenLabs from "../index"; export interface DynamicVariablesConfigWorkflowOverrideInput { /** A dictionary of dynamic variable placeholders and their values */ dynamicVariablePlaceholders?: Record; }