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

    Interface TableSeriesEntry

    One entry of a table_data series. The API nests the actual points under a values array rather than exposing {timestamp, versions} directly.

    interface TableSeriesEntry {
        values: TablePoint[];
    }
    Index
    values: TablePoint[]