interface APIWebhookEventEventBase

external
export interface APIWebhookEventEventBase<Type extends ApplicationWebhookEventType, Data>

Type Parameters

external
data : Data

Data for the event. The shape depends on the event type

external
timestamp : string

Timestamp of when the event occurred in ISO8601 format

external
type : Type

Event type