<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventStoreIterator](./node-tracker.eventstoreiterator.md)

## EventStoreIterator interface

EventStoreIterator allows iterating over all events in the store.

<b>Signature:</b>

```typescript
interface EventStoreIterator 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [next](./node-tracker.eventstoreiterator.next.md) | () =&gt; Promise&lt;EventStoreIteratorNextResult&gt; | Retrieve the next event in the store |

