interface PgSelectHKT
implements PgSelectHKTBase
Re-export
import { type PgSelectHKT } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";
Properties
_type: PgSelect<this["tableName"], this["selection"], this["selectMode"], Assume<this["nullabilityMap"], Record<string, JoinNullability>>>