<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/react-native-tracker](./react-native-tracker.md) &gt; [SelfDescribing](./react-native-tracker.selfdescribing.md)

## SelfDescribing type

Interface for any self-describing JSON such as context entities or self-describing events

<b>Signature:</b>

```typescript
export declare type SelfDescribing<T = Record<string, unknown>> = SelfDescribingJson<T>;
```
