Norway Open Data SDK
    Preparing search index...

    Type Alias CatalogDistribution

    One way in which a catalogued dataset can be accessed.

    type CatalogDistribution = {
        accessUrl?: string;
        downloadUrl?: string;
        format?: string;
        title?: string;
    }
    Index
    accessUrl?: string
    downloadUrl?: string
    format?: string
    title?: string