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

    Type Alias SmoothSchema<S, Target>

    SmoothSchema: readonly [
        S[0],
        ...ReplaceSmoothedColumn<ValueColumnsForSchema<S>, Target>,
    ]

    Type Parameters