diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 10:53:56 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 10:53:56 +0200 |
| commit | d2115f01424c0fb1edb50f7667e7f134d39f344a (patch) | |
| tree | a12b868c95c73b38313719e5b131af4a04f3959a /worker-configuration.d.ts | |
| parent | ec47e4f8722ca29119d13e58e7a890dbd578f84f (diff) | |
Update props
Diffstat (limited to 'worker-configuration.d.ts')
| -rw-r--r-- | worker-configuration.d.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index 5d6133a..a658054 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,10 +1,7 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: 86ac7c910eaa8ed87087e10bf93f5438) +// Generated by Wrangler by running `wrangler types` (hash: f813a33da05ec796e4b781d9c5e44dd1) // Runtime types generated with workerd@1.20250923.0 2025-09-24 nodejs_compat declare namespace Cloudflare { - interface GlobalProps { - mainModule: typeof import("./dist/_worker.js/index"); - } interface Env { IMGS_BUCKET: R2Bucket; ASSETS: Fetcher; |
