Skip to content

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