Skip to content

Commit 7407753

Browse files
Remove the cloudfare mentions from functions/lib/pages.d.ts
1 parent e7f5029 commit 7407753

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

functions/_lib/pages.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
// Minimal API handlers types for editor/typecheck support.
2-
// We keep this local (instead of depending on @cloudflare/workers-types) to
3-
// avoid adding heavy dependencies while still getting basic safety.
42

53
type PagesFunction<Env = Record<string, unknown>> = (context: {
64
request: Request;

0 commit comments

Comments
 (0)