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

    Type Alias SelectSchema<S, Keys>

    SelectSchema: readonly [
        S[0],
        ...PickSelectedColumns<ValueColumnsForSchema<S>, Keys>,
    ]

    Type Parameters