Skip to content

Commit df1c356

Browse files
committed
Build deno
1 parent 5924453 commit df1c356

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deno/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ declare namespace postgres {
479479
| null
480480
| string
481481
| number
482+
| boolean
482483
| Date // serialized as `string`
483484
| readonly JSONValue[]
484485
| { toJSON(): any } // `toJSON` called by `JSON.stringify`; not typing the return type, typings is strict enough anyway

0 commit comments

Comments
 (0)