/**
 * 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;
};
