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 0fa5393 commit 0636b8fCopy full SHA for 0636b8f
index.d.ts
@@ -21,7 +21,9 @@ declare type BindingSpec =
21
| readonly SqlValue[]
22
| { [paramName: string]: SqlValue }
23
/** Assumed to have binding index `1` */
24
- | SqlValue;
+ | SqlValue
25
+ | undefined
26
+ | boolean;
27
28
/**
29
* Certain WASM-bound APIs, where explicitly noted, have additional string-type
0 commit comments