<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [EventJson](./browser-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>;
```
