@suluk/payments - v0.1.0
    Preparing search index...

    Interface StripeWebhookEvent

    A verified webhook event — only type is required (the router dispatches on it); data carries the payload.

    interface StripeWebhookEvent {
        type: string;
        data?: unknown;
    }
    Index

    Properties

    Properties

    type: string
    data?: unknown