fix: query { [key: string]: string | string[]; }
parent
f22257977d
commit
f1cf8ba94b
|
@ -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;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue