<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventBatch](./node-tracker.eventbatch.md)

## EventBatch type

A collection of event payloads which are sent to the collector.

<b>Signature:</b>

```typescript
type EventBatch = Payload[];
```
