next
Version:
The React Framework
11 lines (10 loc) • 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;