Interface ExternalEventCustomPullCollectEventsResponse<EventPayload>

interface ExternalEventCustomPullCollectEventsResponse<EventPayload> {
    events: EventPayload[];
    state: Record<string, any>;
}

Type Parameters

  • EventPayload = any

Properties

Properties

events: EventPayload[]
state: Record<string, any>