fix: body unknown

pull/9078/head
Agusti Fernandez Pardo 2022-05-20 02:57:24 +02:00
parent b755d2bd71
commit 4fb1c14d3d
1 changed files with 1 additions and 1 deletions

View File

@ -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;