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.
Queries
1 parent 8e99f3c commit 566dd15Copy full SHA for 566dd15
typings/index.d.ts
@@ -12,7 +12,7 @@ interface Query extends Function {
12
| null
13
}
14
15
-interface Queries {
+export interface Queries {
16
[T: string]: Query
17
18
0 commit comments