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

    Type Alias OgcApiLinksResponse

    type OgcApiLinksResponse = {
        href: string;
        hreflang?: string;
        length?: number;
        rel: string;
        title?: string;
        type?: string;
    }
    Index

    Properties

    href: string
    hreflang?: string
    length?: number
    rel: string
    title?: string
    type?: string