Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PgSelectHKTBase

interface PgSelectHKTBase {
_type: unknown;
nullabilityMap: unknown;
selection: unknown;
selectMode: SelectMode;
tableName: string | undefined;
}

§Properties

§
_type: unknown
[src]
§
nullabilityMap: unknown
[src]
§
selection: unknown
[src]
§
selectMode: SelectMode
[src]
§
tableName: string | undefined
[src]