next-edge-function-loader.d.ts 183 B

123456
  1. export declare type EdgeFunctionLoaderOptions = {
  2. absolutePagePath: string;
  3. page: string;
  4. rootDir: string;
  5. };
  6. export default function middlewareLoader(this: any): string;