fix: body unknown
parent
b755d2bd71
commit
4fb1c14d3d
|
@ -9,7 +9,7 @@ import prisma from "@calcom/prisma";
|
|||
declare module "next" {
|
||||
export interface NextApiRequest extends IncomingMessage {
|
||||
userId: number;
|
||||
body: Body;
|
||||
body: unknown;
|
||||
method: string;
|
||||
query: {
|
||||
apiKey?: string;
|
||||
|
|
Loading…
Reference in New Issue