@pwngh/economy-lab
    Preparing search index...

    Interface Range

    A statement query's time range, in epoch milliseconds. Half-open: from is included, to is not.

    interface Range {
        from: number;
        to: number;
    }
    Index
    from: number
    to: number