diff options
| author | Yuval Adam <_@yuv.al> | 2025-09-24 12:44:27 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-09-24 12:44:27 +0200 |
| commit | 50d2992168223b32eeb90a6c9afc545136747b50 (patch) | |
| tree | 16aa098f4b6dcad08123113fa8747613573d45dc /worker-configuration.d.ts | |
| parent | 1076752caa8f2f3804c0d79c7db937e88ecdf205 (diff) | |
Add /imgs/ endpoint and fix type errors
Diffstat (limited to 'worker-configuration.d.ts')
| -rw-r--r-- | worker-configuration.d.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index a658054..5d6133a 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,7 +1,10 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: f813a33da05ec796e4b781d9c5e44dd1) +// Generated by Wrangler by running `wrangler types` (hash: 86ac7c910eaa8ed87087e10bf93f5438) // 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; |
