airbridge-web-sdk
    Preparing search index...

    Type Alias CreateTrackingLinkResponse

    type CreateTrackingLinkResponse = {
        shortURL: string;
        qrcodeURL: string;
    }
    Index

    Properties

    Properties

    shortURL: string

    The short URL of the tracking link URL.

    qrcodeURL: string

    The QR Code of the tracking link URL.