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

    Interface LoadedSource

    interface LoadedSource {
        revision: string;
        value: TimeSeries<SeriesSchema>;
    }
    Index

    Properties

    Properties

    revision: string

    Version of the remote value: an ETag, cursor, object version, or another stable token. Equal revisions deliberately preserve every graph cache.

    value: TimeSeries<SeriesSchema>