Norway Open Data SDK
    Preparing search index...

    Type Alias StatisticsResult

    A flattened JSON-stat2 statistical result.

    type StatisticsResult = {
        dimensions: StatisticsDimension[];
        rows: Record<string, string | number | null>[];
        tableId: string;
        title?: string;
        updatedAt?: string;
    }
    Index
    dimensions: StatisticsDimension[]
    rows: Record<string, string | number | null>[]

    One row per JSON-stat cell; the observation is stored in value.

    tableId: string
    title?: string
    updatedAt?: string