build(worker): 更新 Wrangler 生成的类型定义文件
This commit is contained in:
13
worker-configuration.d.ts
vendored
13
worker-configuration.d.ts
vendored
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user