70bf21e064
Deploy (to testing) and Test Playground Preview Worker / Deploy Playground Preview Worker (testing) (push) Has been skipped
Deploy Workers Shared Staging / Deploy Workers Shared Staging (push) Failing after 0s
Prerelease / build (push) Has been skipped
Handle Changesets / Handle Changesets (push) Has been cancelled
Semgrep OSS scan / semgrep-oss (push) Has been cancelled
26 lines
788 B
TypeScript
26 lines
788 B
TypeScript
/* eslint-disable */
|
|
// Generated by Wrangler by running `wrangler types --no-include-runtime` (hash: f39d5ecac7d16aeb1f003636745a9d49)
|
|
interface __BaseEnv_Env {
|
|
KV: KVNamespace;
|
|
KV_WITH_ID: KVNamespace;
|
|
KV_B: KVNamespace;
|
|
BUCKET: R2Bucket;
|
|
BUCKET_B: R2Bucket;
|
|
DB: D1Database;
|
|
BACKUP_DB: D1Database;
|
|
DB_B: D1Database;
|
|
DO: DurableObjectNamespace<import("./src/index").MyDurableObject>;
|
|
DO_B: DurableObjectNamespace /* WorkerBDurableObject from worker-b */;
|
|
MY_WORKFLOW: Workflow<
|
|
Parameters<import("./src/index").MyWorkflow["run"]>[0]["payload"]
|
|
>;
|
|
}
|
|
declare namespace Cloudflare {
|
|
interface GlobalProps {
|
|
mainModule: typeof import("./src/index");
|
|
durableNamespaces: "MyDurableObject";
|
|
}
|
|
interface Env extends __BaseEnv_Env {}
|
|
}
|
|
interface Env extends __BaseEnv_Env {}
|