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

PgTimestampConfig

interface PgTimestampConfig <TMode extends "date" | "string" = "date" | "string"> {
mode?: TMode;
precision?: Precision;
withTimezone?: boolean;
}

§Type Parameters

§
TMode extends "date" | "string" = "date" | "string"
[src]

§Properties

§
mode?: TMode
[src]
§
precision?: Precision
[src]
§
withTimezone?: boolean
[src]