fix: query { [key: string]: string | string[]; }
parent
f22257977d
commit
f1cf8ba94b
|
@ -12,9 +12,7 @@ declare module "next" {
|
|||
body: any;
|
||||
userId: number;
|
||||
method: string;
|
||||
query: {
|
||||
apiKey?: string;
|
||||
};
|
||||
query: { [key: string]: string | string[] };
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue