interface IEvent {
    createdAt: string;
    id: string;
    notificationType: string;
    resourceType: EventSubscriptionResourceTypeId;
    type: EventType;
}

Hierarchy (View Summary)

Properties

createdAt: string

Date and time (UTC) the Event was generated.

id: string

Unique identifier of the Event.

notificationType: string

The type of resource targeted by the Event.

type: EventType

The type of Event that has occurred.