Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 488 Bytes

File metadata and controls

17 lines (12 loc) · 488 Bytes

Home > @snowplow/node-tracker > EventJsonWithKeys

EventJsonWithKeys type

A tuple which represents the unprocessed JSON to be added to the Payload

Signature:

type EventJsonWithKeys = {
    keyIfEncoded: string;
    keyIfNotEncoded: string;
    json: Record<string, unknown>;
};