diff options
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; } } |
