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

PgTimestampBuilderInitial

type PgTimestampBuilderInitial<TName extends string> = PgTimestampBuilder<{
name: TName;
data: Date;
driverParam: string;
notNull: false;
hasDefault: false;
}
>
;

§Type Parameters

§
TName extends string
[src]

§Type

§
PgTimestampBuilder<{
name: TName;
data: Date;
driverParam: string;
notNull: false;
hasDefault: false;
}
>
[src]