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

    A single World Bank indicator data point

    interface WorldBankDataPoint {
        countryId: string;
        countryName: string;
        indicatorId: string;
        indicatorName: string;
        date: string;
        value: number;
    }
    Index

    Properties

    countryId: string
    countryName: string
    indicatorId: string
    indicatorName: string
    date: string
    value: number