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