Home > @snowplow/node-tracker > EventJsonWithKeys
A tuple which represents the unprocessed JSON to be added to the Payload
Signature:
type EventJsonWithKeys = {
keyIfEncoded: string;
keyIfNotEncoded: string;
json: Record<string, unknown>;
};