UEA-Prodem
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
import "../index.d-BiUz7kM_.cjs";
|
||||
import { AnyRouter } from "../unstable-core-do-not-import.d-Dh9CT5RO.cjs";
|
||||
import "../index.d-CvZXeEyR.cjs";
|
||||
import { NodeHTTPCreateContextFnOptions, NodeHTTPHandlerOptions } from "../index.d-fBAdSX6g.cjs";
|
||||
import { NextApiHandler, NextApiHandler as NextApiHandler$1, NextApiRequest, NextApiRequest as NextApiRequest$1, NextApiResponse, NextApiResponse as NextApiResponse$1 } from "next";
|
||||
|
||||
//#region src/adapters/next.d.ts
|
||||
|
||||
type CreateNextContextOptions = NodeHTTPCreateContextFnOptions<NextApiRequest$1, NextApiResponse$1>;
|
||||
/**
|
||||
* Preventing "TypeScript where it's tough not to get "The inferred type of 'xxxx' cannot be named without a reference to [...]"
|
||||
*/
|
||||
|
||||
declare function createNextApiHandler<TRouter extends AnyRouter>(opts: NodeHTTPHandlerOptions<TRouter, NextApiRequest$1, NextApiResponse$1>): NextApiHandler$1;
|
||||
//# sourceMappingURL=next.d.ts.map
|
||||
|
||||
//#endregion
|
||||
export { CreateNextContextOptions, NextApiHandler, NextApiRequest, NextApiResponse, createNextApiHandler };
|
||||
//# sourceMappingURL=next.d.cts.map
|
||||
Reference in New Issue
Block a user