Files
old-kitabcitab-frontend/kitabcitab/node_modules/next/dist/build/webpack/loaders/next-edge-function-loader.d.ts
2022-12-27 12:05:56 +01:00

7 lines
183 B
TypeScript

export declare type EdgeFunctionLoaderOptions = {
absolutePagePath: string;
page: string;
rootDir: string;
};
export default function middlewareLoader(this: any): string;