7 lines
183 B
TypeScript
7 lines
183 B
TypeScript
export declare type EdgeFunctionLoaderOptions = {
|
|
absolutePagePath: string;
|
|
page: string;
|
|
rootDir: string;
|
|
};
|
|
export default function middlewareLoader(this: any): string;
|