We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3881262 commit b4d1701Copy full SHA for b4d1701
2 files changed
deno/types/index.d.ts
@@ -520,7 +520,7 @@ declare namespace postgres {
520
size(): Promise<[{ position: bigint, size: bigint }]>;
521
}
522
523
- type EscapableArray = (string | number | object)[]
+ type EscapableArray = (string | number | Record<string, unknown>)[]
524
525
type Serializable = never
526
| null
types/index.d.ts
@@ -518,7 +518,7 @@ declare namespace postgres {
518
519
0 commit comments