@shieldz/sdk
Preparing search index...
WebhookEvent
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
type
Properties
type
type
:
WebhookEventType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
@shieldz/sdk
Loading...
A verified webhook payload. Shape varies by event type;
typeis always present.