E carries, read from the TapWebhookMap
augmentation.
Type Parameters
E
E extends WebhookNameDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The payload type webhook event E carries, read from the TapWebhookMap augmentation.
type WebhookPayload<E> = E extends keyof TapWebhookMap ? TapWebhookMap[E] : Record<string, unknown>;
E carries, read from the TapWebhookMap
augmentation.
E extends WebhookNameWas this page helpful?