Skip to main content

react-native-tracker.selfdescribing

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>;