diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index 68cff7a..285a026 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: 62d6edfcbe10d837218cb1a518a9ad0a) +// Generated by Wrangler by running `wrangler types` (hash: b230e84b72630c8509fa363326a6bb1d) // Runtime types generated with workerd@1.20251213.0 2025-12-13 nodejs_compat declare namespace Cloudflare { - interface GlobalProps { - mainModule: typeof import("./.output/server/index"); - } interface Env { CACHE: KVNamespace; NUXT_PUBLIC_I18N_BASE_URL: string; @@ -8603,7 +8600,7 @@ type AIGatewayHeaders = { [key: string]: string | number | boolean | object; }; type AIGatewayUniversalRequest = { - provider: AIGatewayProviders | string; + provider: AIGatewayProviders | string; // eslint-disable-line endpoint: string; headers: Partial; query: unknown; @@ -8619,7 +8616,7 @@ declare abstract class AiGateway { gateway?: UniversalGatewayOptions; extraHeaders?: object; }): Promise; - getUrl(provider?: AIGatewayProviders | string): Promise; + getUrl(provider?: AIGatewayProviders | string): Promise; // eslint-disable-line } interface AutoRAGInternalError extends Error { }