UNPKG

airbridge-react-native-sdk

Version:

Airbridge SDK for React Native

9 lines (8 loc) 200 B
/** * Holds variable types of tracking-link that move user * to specific page of app and track click-event. */ export type AirbridgeTrackingLink = { shortURL: string; qrcodeURL: string; };