@suluk/stripe - v0.2.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