@geogirafe/lib-geoportal
    Preparing search index...
    interface IUrlShortener {
        shortenUrl(longUrl: string): Promise<UrlShortenerResponse>;
    }

    Implemented by

    Index

    Methods

    Methods