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

    Interface BudgetMeta

    Metadata describing the current view.

    interface BudgetMeta {
        account: "expenses" | "income";
        entity?: string;
        levelCur?: number;
        levelMax?: number;
        modifyDate?: string;
        quota: "target" | "actual";
        selectionLabel?: string;
        tableLabel?: string;
        timestamp?: number;
        unit: "function" | "single" | "group";
        year: number;
    }
    Index
    account: "expenses" | "income"
    entity?: string
    levelCur?: number
    levelMax?: number
    modifyDate?: string
    quota: "target" | "actual"
    selectionLabel?: string

    Not sent in meta by the live API; see detail.selectionLabel.

    tableLabel?: string

    Not sent in meta by the live API; the dimension label is on detail.tableLabel.

    timestamp?: number
    unit: "function" | "single" | "group"
    year: number