import { NextApiRequest } from "next"; export interface NextApiRequestTyped extends NextApiRequest { body: T; }