<!-- 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; [DeepLinkReceivedProps](./react-native-tracker.deeplinkreceivedprops.md)

## DeepLinkReceivedProps type

DeepLinkReceived event properties schema: iglu:com.snowplowanalytics.mobile/deep\_link\_received/jsonschema/1-0-0

<b>Signature:</b>

```typescript
export declare type DeepLinkReceivedProps = {
    url: string;
    referrer?: string;
};
```
