| 6 | |
| 7 | declare 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 |
nothing calls this directly
no outgoing calls
no test coverage detected