Skip to content

Commit 2c54fd2

Browse files
committed
prettier
1 parent 700e869 commit 2c54fd2

File tree

2 files changed

+6719
-6105
lines changed

2 files changed

+6719
-6105
lines changed

examples/servers/cf-agents/worker-configuration.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
// Generated by Wrangler by running `wrangler types` (hash: 71a1247d25eb5ef8b66311103d5f9180)
33
// Runtime types generated with [email protected] 2025-03-10 nodejs_compat
44
declare namespace Cloudflare {
5-
interface Env {
6-
OAUTH_KV: KVNamespace;
7-
MCP_OBJECT: DurableObjectNamespace<import("./src/index").MyMCP>;
8-
}
5+
interface Env {
6+
OAUTH_KV: KVNamespace
7+
MCP_OBJECT: DurableObjectNamespace<import('./src/index').MyMCP>
8+
}
99
}
1010
interface Env extends Cloudflare.Env {}
1111

0 commit comments

Comments
 (0)