5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
export declare const config: {
|
|
matcher: string;
|
|
};
|
|
export default function middleware(request: any): Promise<Response>;
|