@pwngh/economy-lab
    Preparing search index...

    Type Alias WebhookEvent

    WebhookEvent:
        | PurchaseEvent
        | PayoutSettledEvent
        | PayoutFailedEvent
        | DisputeEvent

    A verified inbound provider callback, tagged by kind. The webhook edge decodes the raw body into one of these and handleWebhook dispatches it by kind to the operation it applies. A purchase may omit its kind (see PurchaseEvent).