Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 403 Bytes

File metadata and controls

13 lines (8 loc) · 403 Bytes

Home > @snowplow/browser-tracker > EventJson

EventJson type

An array of tuples which represents the unprocessed JSON to be added to the Payload

Signature:

type EventJson = Array<EventJsonWithKeys>;