diff options
| author | Yuval Adam <_@yuv.al> | 2025-07-10 13:43:26 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-07-10 13:43:26 +0200 |
| commit | 3299f44b1730a05db7bed0fef2baafa39032bf54 (patch) | |
| tree | cba13bedae0ff3daaaece4b6cc12068afd67b7d2 /worker-configuration.d.ts | |
| parent | aec2c16d8cd3748d2ce694b76f868243f7ff88af (diff) | |
Fix locals ref
Diffstat (limited to 'worker-configuration.d.ts')
| -rw-r--r-- | worker-configuration.d.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index 42e4abb..e07cf0f 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,9 +1,9 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: cd56b03d51e037593991fa9fdc687158) +// Generated by Wrangler by running `wrangler types` (hash: 34e15f1685f8c63782ad63fe3743b790) // Runtime types generated with workerd@1.20250709.0 2025-07-10 nodejs_compat declare namespace Cloudflare { interface Env { - COUNTER_DO: DurableObjectNamespace /* CounterDurableObject */; + COUNTER_DO: DurableObjectNamespace<import("./dist/_worker.js/index").CounterDurableObject>; ASSETS: Fetcher; } } |
