import type * as ElevenLabs from "../index"; /** * Optional auth connection to use for authentication with this webhook */ export type WebhookToolApiSchemaConfigOutputAuthConnection = ElevenLabs.AuthConnectionLocator | ElevenLabs.EnvironmentAuthConnectionLocator;