securityos/node_modules/next/dist/build/webpack/loaders/next-edge-function-loader.d.ts

11 lines
370 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import type webpack from 'webpack';
export type EdgeFunctionLoaderOptions = {
absolutePagePath: string;
page: string;
rootDir: string;
preferredRegion: string | string[] | undefined;
middlewareConfig: string;
};
declare const nextEdgeFunctionLoader: webpack.LoaderDefinitionFunction<EdgeFunctionLoaderOptions>;
export default nextEdgeFunctionLoader;