edit/api/worker-configuration.d.ts

7 lines
151 B
TypeScript
Raw Normal View History

2025-01-01 11:25:05 +00:00
// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`
interface Env {
STORAGE: KVNamespace;
RATE_LIMITER: RateLimit;
}