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

    Type Alias DiffSchema<S, Targets>

    DiffSchema: readonly [
        S[0],
        ...ReplaceSmoothedColumn<ValueColumnsForSchema<S>, Targets>,
    ]

    Type Parameters