import type * as ElevenLabs from "../index"; export interface AgentWorkspaceOverridesOutput { /** The webhook to send conversation initiation client data to */ conversationInitiationClientDataWebhook?: ElevenLabs.ConversationInitiationClientDataWebhook; webhooks?: ElevenLabs.ConvAiWebhooks; }