Env
Path:
loom-sprint-scaffold/loom/src/types/env.tsRelative: loom/src/types/env.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 13Bytes: 339Imports: 1Exports: 1
Content Preview
- import type { DispatchEnvelope } from "./contracts";
- /** Worker bindings — must match wrangler.jsonc exactly. */
- export interface Env {
- DB: D1Database;
- TRACES: R2Bucket;
- SEMANTIC: VectorizeIndex;
- DISPATCH_QUEUE: Queue<DispatchEnvelope>;
- ORCHESTRATOR: DurableObjectNamespace;
- LOOM_ENV: string;
- LOOM_HMAC_SECRET?: string;
- }