Files
verify/frontend/node_modules/next/dist/build/webpack/loaders/next-edge-function-loader.d.ts
Mohamed Mathar Irfan ed6610d5d8 Initial project upload
2026-07-28 17:57:02 +05:30

11 lines
370 B
TypeScript

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;