@geogirafe/lib-geoportal
    Preparing search index...

    Type Alias UrlShortenerResponse

    type UrlShortenerResponse = {
        qrcode?: string;
        shorturl: string;
        success: boolean;
    }
    Index
    qrcode?: string
    shorturl: string
    success: boolean