Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 424 Bytes

File metadata and controls

13 lines (8 loc) · 424 Bytes

Home > @snowplow/browser-tracker > PostBatch

PostBatch type

A collection of POST events which are sent to the collector. This will be a collection of JSON objects.

Signature:

type PostBatch = Record<string, unknown>[];