@pond-ts/fit API Reference
    Preparing search index...

    Interface ScalarEntry

    One effective-dated scalar entry: "from at, the value was value."

    interface ScalarEntry {
        at: string;
        value: number;
    }
    Index

    Properties

    Properties

    at: string

    ISO 8601 date (or datetime) the value took effect.

    value: number