大活
This commit is contained in:
7
art-agent/frontend/node_modules/next/dist/build/templates/pages-api.d.ts
generated
vendored
Normal file
7
art-agent/frontend/node_modules/next/dist/build/templates/pages-api.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { IncomingMessage, ServerResponse } from 'node:http';
|
||||
declare const _default: any;
|
||||
export default _default;
|
||||
export declare const config: any;
|
||||
export declare function handler(req: IncomingMessage, res: ServerResponse, ctx: {
|
||||
waitUntil?: (prom: Promise<void>) => void;
|
||||
}): Promise<void>;
|
||||
Reference in New Issue
Block a user