Type Alias BindedSetof<Q>

BindedSetof: typeof Setof & { new(fromExpr: Expression): Setof<Q> }

Type Parameters