type alias WebhookEvent

Provider-agnostic webhook event

Properties

id: string
type: string
data: { object: Record<string, unknown>; }

Usage

import { type WebhookEvent } from "docs/payments.ts";