diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index 0eb85bd..b328216 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,14 +1,12 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: 0e830e66d194b5321c2ceb2f6b8949ed) -// Runtime types generated with workerd@1.20251213.0 2025-12-13 nodejs_compat +// Generated by Wrangler by running `wrangler types` (hash: 7b4844cbbc6894946bc3782cc10972c6) +// Runtime types generated with workerd@1.20251217.0 2025-12-13 nodejs_compat declare namespace Cloudflare { interface GlobalProps { mainModule: typeof import("./.output/server/index"); } interface Env { CACHE: KVNamespace; - NUXT_DISCORD_ID: string; - NUXT_DISCORD_TOKEN: string; NUXT_DISCORD_USER_ID: string; NUXT_WAKATIME_CODING: string; NUXT_WAKATIME_EDITORS: string; @@ -27,7 +25,7 @@ type StringifyValues> = { [Binding in keyof EnvType]: EnvType[Binding] extends string ? EnvType[Binding] : string; }; declare namespace NodeJS { - interface ProcessEnv extends StringifyValues> {} + interface ProcessEnv extends StringifyValues> {} } // Begin runtime types