Type alias NextApiHandlerWithMiddleware<T, M>

NextApiHandlerWithMiddleware<T, M>: ((req: NextApiRequestWithMiddleware<M>, res: NextApiResponse) => T | Promise<T> | void)

Type Parameters

Type declaration

Generated using TypeDoc