chore: refresh types and formatting

This commit is contained in:
2026-06-24 13:56:41 +01:00
parent 44bfb083f9
commit 2339fa02f8
6 changed files with 26 additions and 28 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
/* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: 4f9fe9ddb2ea1e2c41e1be5910da8551)
// Generated by Wrangler by running `wrangler types` (hash: 61c64c9cd1c2465ff3a92bc5ac82d57d)
// Runtime types generated with workerd@1.20260521.1 2026-05-23 nodejs_als
interface __BaseEnv_Env {
ASSETS: Fetcher;
DATABASE_URL: string;
ORIGIN: string;
BETTER_AUTH_SECRET: string;
}
declare namespace Cloudflare {
interface Env extends __BaseEnv_Env {}