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