build(worker): 更新 Wrangler 生成的类型定义文件
Some checks failed
/ build-and-test (push) Failing after 1m25s
CI/CD Pipeline / playwright (push) Has been cancelled
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
/ playwright (push) Has been cancelled

This commit is contained in:
严浩
2025-10-19 23:26:48 +08:00
parent 5ca4edc5d9
commit ebad5aec08

View File

@@ -1,12 +1,17 @@
/* eslint-disable */ /* eslint-disable */
// Generated by Wrangler by running `wrangler types` (hash: 7094267439eea3789640d49ba1e25377) // Generated by Wrangler by running `wrangler types` (hash: c8d566f9236103c3d936718f23f1bb71)
// Runtime types generated with workerd@1.20250927.0 2025-09-09 // Runtime types generated with workerd@1.20251008.0 2025-09-09
declare namespace Cloudflare { declare namespace Cloudflare {
interface GlobalProps { interface GlobalProps {
mainModule: typeof import("./server/index"); mainModule: typeof import("./server/index");
} }
interface Env { interface Env {
KV: KVNamespace; 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 {} interface Env extends Cloudflare.Env {}
@@ -7450,6 +7455,10 @@ type MediaTransformationOutputOptions = {
* Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s'). * Duration for video clips, audio extraction, and spritesheet generation (e.g. '5s').
*/ */
duration?: string; duration?: string;
/**
* Number of frames in the spritesheet.
*/
imageCount?: number;
/** /**
* Output format for the generated media. * Output format for the generated media.
*/ */