node-tracker.eventjsonwithkeys
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>;
};