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

    Type Alias SmoothAppendSchema<S, Name>

    SmoothAppendSchema: readonly [
        S[0],
        ...ValueColumnsForSchema<S>,
        OptionalNumberColumn<Name>,
    ]

    Type Parameters