Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 578 Bytes

File metadata and controls

18 lines (11 loc) · 578 Bytes

Home > @snowplow/browser-tracker > EventStoreIterator

EventStoreIterator interface

Signature:

interface EventStoreIterator 

Properties

Property Type Description
next () => Promise<{ value: EventStorePayload | undefined; done: boolean; }> Retrieve the next event in the store