PgSelectQueryBuilderHKT
interface PgSelectQueryBuilderHKT extends PgSelectHKTBase {
_type: PgSelectQueryBuilder<this, this["tableName"], this["selection"], this["selectMode"], Assume<this["nullabilityMap"], Record<string, JoinNullability>>>;
}§Extends
§Properties
§
_type: PgSelectQueryBuilder<this, this["tableName"], this["selection"], this["selectMode"], Assume<this["nullabilityMap"], Record<string, JoinNullability>>>
[src]