UNPKG

@bolttech/server-side-next

Version:

This library was generated with [Nx](https://nx.dev).

7 lines (6 loc) 240 B
import { NextApiRequest, NextApiResponse } from 'next'; export declare type HandlerFunction = { (req: NextApiRequest, res: NextApiResponse, proxy?: unknown): Promise<unknown>; $methods?: string[]; $statusCode?: number; };