generated from erangel1/generic-template
initial commit. phase 1 complete
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import '../../server/web/globals';
|
||||
import type { RequestData } from '../../server/web/types';
|
||||
export declare const ComponentMod: any;
|
||||
export default function nHandler(opts: {
|
||||
page: string;
|
||||
request: RequestData;
|
||||
}): Promise<import("../../server/web/types").FetchEventResult>;
|
||||
Reference in New Issue
Block a user