This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
sdi/ChatGPT-CodeReview/action/middleware.d.ts
2025-04-17 12:00:31 +09:00

5 lines
124 B
TypeScript

export declare const config: {
matcher: string;
};
export default function middleware(request: any): Promise<Response>;