Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface SCBDataPoint

    Raw data point from an SCB table

    interface SCBDataPoint {
        tableId: string;
        label: string;
        value: number;
        unit: string;
        period: string;
    }
    Index

    Properties

    tableId: string
    label: string
    value: number
    unit: string
    period: string