@maschinenlesbar.org/regionalstatistik-cli
    Preparing search index...

    Interface CubeItem

    catalogue/cubes and catalogue/timeseries share this shape.

    interface CubeItem {
        Code: string;
        Content: string;
        Information?: string;
        LatestUpdate?: string;
        State?: string;
        Time?: string;
    }
    Index
    Code: string
    Content: string
    Information?: string
    LatestUpdate?: string
    State?: string
    Time?: string