fix: query { [key: string]: string | string[]; }

pull/9078/head
Agusti Fernandez Pardo 2022-05-20 03:06:05 +02:00
parent f22257977d
commit f1cf8ba94b
1 changed files with 1 additions and 3 deletions

View File

@ -12,9 +12,7 @@ declare module "next" {
body: any; body: any;
userId: number; userId: number;
method: string; method: string;
query: { query: { [key: string]: string | string[] };
apiKey?: string;
};
} }
} }