We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5924453 commit df1c356Copy full SHA for df1c356
deno/types/index.d.ts
@@ -479,6 +479,7 @@ declare namespace postgres {
479
| null
480
| string
481
| number
482
+ | boolean
483
| Date // serialized as `string`
484
| readonly JSONValue[]
485
| { toJSON(): any } // `toJSON` called by `JSON.stringify`; not typing the return type, typings is strict enough anyway
0 commit comments