pond-ts API Reference (core)
    Preparing search index...

    Type Alias TimeSeriesJsonInput<S>

    type TimeSeriesJsonInput<S extends SeriesSchema> = {
        name: string;
        rows: ReadonlyArray<JsonRowForSchema<S> | JsonObjectRowForSchema<S>>;
        schema: S;
    }

    Type Parameters

    Index

    Properties

    Properties

    name: string
    rows: ReadonlyArray<JsonRowForSchema<S> | JsonObjectRowForSchema<S>>
    schema: S