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

    Interface IUrlShortener

    interface IUrlShortener {
        shortenUrl(
            longUrl: string,
            indexDocument?: string,
        ): Promise<UrlShortenerResponse>;
    }

    Implemented by

    Index