FMHY-Website/api/worker-configuration.d.ts
2025-06-27 23:01:52 +00:00

6 lines
151 B
TypeScript

// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`
interface Env {
STORAGE: KVNamespace
RATE_LIMITER: RateLimit
}