@maschinenlesbar.org/destatis-genesis-cli
    Preparing search index...

    Interface DataObject

    A thin view over a data/metadata Object. Only Content (for data/table, the whole table as a ";"-delimited CSV string in German number format) is commonly present and typed; everything else stays opaque.

    interface DataObject {
        Content?: string;
        [key: string]: JsonValue | undefined;
    }

    Indexable

    Index
    Content?: string