<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [EventJson](./node-tracker.eventjson.md)

## EventJson type

An array of tuples which represents the unprocessed JSON to be added to the Payload

<b>Signature:</b>

```typescript
type EventJson = Array<EventJsonWithKeys>;
```
