Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 472 Bytes

react-native-tracker.selfdescribing.md

File metadata and controls

13 lines (8 loc) · 472 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>;