From 3299f44b1730a05db7bed0fef2baafa39032bf54 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 10 Jul 2025 13:43:26 +0200 Subject: Fix locals ref --- worker-configuration.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worker-configuration.d.ts') 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; ASSETS: Fetcher; } } -- cgit v1.3.1