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

PgBigSerial64BuilderInitial

type PgBigSerial64BuilderInitial<TName extends string> = PgBigSerial64Builder<{
name: TName;
data: bigint;
driverParam: string;
notNull: true;
hasDefault: true;
}
>
;

§Type Parameters

§
TName extends string
[src]

§Type

§
PgBigSerial64Builder<{
name: TName;
data: bigint;
driverParam: string;
notNull: true;
hasDefault: true;
}
>
[src]