diff --git a/typings/index.d.ts b/typings/index.d.ts index 6c51d23c..e6573abe 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -12,7 +12,7 @@ interface Query extends Function { | null } -interface Queries { +export interface Queries { [T: string]: Query }