Skip to content
This repository was archived by the owner on Jan 15, 2026. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 485 Bytes

File metadata and controls

13 lines (8 loc) · 485 Bytes

Home > @snowplow/react-native-tracker > SelfDescribing

SelfDescribing type

Interface for any self-describing JSON such as context entities or self-describing events

Signature:

export declare type SelfDescribing<T = Record<string, unknown>> = SelfDescribingJson<T>;