Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 441 Bytes

File metadata and controls

13 lines (8 loc) · 441 Bytes

Home > @snowplow/browser-tracker > EventBatch

EventBatch type

A collection of events which are sent to the collector. This can either be a collection of query strings or JSON objects.

Signature:

type EventBatch = GetBatch | PostBatch;