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

    Type Alias PrefixedJoinManySchema<Schemas, Prefixes>

    PrefixedJoinManySchema: readonly [
        Schemas[0][0],
        ...PrefixedJoinManyColumns<Schemas, Prefixes>,
    ]

    Type Parameters