MCPcopy
hub / github.com/tw-in-js/twind / Platform

Interface Platform

sites/twind.run/src/app.d.ts:8–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7declare namespace App {
8 interface Platform {
9 caches: CacheStorage & { default: Cache }
10 env: {
11 // WORKSPACES: KVNamespace
12 WORKSPACES: R2Bucket
13 // YOUR_DURABLE_OBJECT_NAMESPACE: DurableObjectNamespace
14 }
15 }
16
17 interface Error {
18 frame?: unknown

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected