Norway Open Data SDK
    Preparing search index...

    Type Alias HealthStatisticsTable

    One published table listed for an FHI statistics source.

    type HealthStatisticsTable = {
        modifiedAt?: string;
        publishedAt?: string;
        tableId: number;
        title: string;
    }
    Index
    modifiedAt?: string
    publishedAt?: string
    tableId: number
    title: string