/**
 * Holds variable types of tracking-link that move user
 * to specific page of app and track click-event.
 */
export type AirbridgeTrackingLink = {
    /// A tracking-link url contains short mapping-id of option
    shortURL: string
    /// A qrcode image-url of tracking-link
    qrcodeURL: string
}
