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

    Implemented by

    Index

    Methods

    Methods