@shieldz/sdk
    Preparing search index...

    Interface WebhookEvent

    A verified webhook payload. Shape varies by event type; type is always present.

    interface WebhookEvent {
        type: WebhookEventType;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties