diff --git a/worker-configuration.d.ts b/worker-configuration.d.ts index e703a8e..35d9123 100644 --- a/worker-configuration.d.ts +++ b/worker-configuration.d.ts @@ -1,12 +1,17 @@ /* eslint-disable */ -// Generated by Wrangler by running `wrangler types` (hash: 7094267439eea3789640d49ba1e25377) -// Runtime types generated with workerd@1.20250927.0 2025-09-09 +// Generated by Wrangler by running `wrangler types` (hash: c8d566f9236103c3d936718f23f1bb71) +// Runtime types generated with workerd@1.20251008.0 2025-09-09 declare namespace Cloudflare { interface GlobalProps { mainModule: typeof import("./server/index"); } interface Env { KV: KVNamespace; + VITE_APP_TITLE: string; + VITE_APP_BASE: string; + VITE_APP_BUILD_SOURCE_MAP: string; + VITE_APP_BUILD_COMMIT: string; + VITE_APP_BUILD_TIME: string; } } interface Env extends Cloudflare.Env {} @@ -7450,6 +7455,10 @@ type MediaTransformationOutputOptions = { * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s'). */ duration?: string; + /** + * Number of frames in the spritesheet. + */ + imageCount?: number; /** * Output format for the generated media. */