Riksdagsmonitor Intelligence Platform โ€” API Documentation - v0.8.68
    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