diff --git a/lib/helpers/verifyApiKey.ts b/lib/helpers/verifyApiKey.ts index 6d07d72d99..756fb26fe1 100644 --- a/lib/helpers/verifyApiKey.ts +++ b/lib/helpers/verifyApiKey.ts @@ -12,9 +12,7 @@ declare module "next" { body: any; userId: number; method: string; - query: { - apiKey?: string; - }; + query: { [key: string]: string | string[] }; } }