Type Alias WebHookTargets

WebHookTargets: Record<string, string[]>

Mapping of webhook identifiers to callback URLs. The dispatcher reads this structure before notifying third-party services (see util/webhooks.ts).