import type * as Pinnacle from "../index.mjs"; /** * Response containing all webhooks that match the requested identifiers. * Only includes the essential webhook information needed for identification and management. */ export interface WebhookResult { /** List of webhooks. */ webhooks: Pinnacle.Webhooks[]; }