FMHY-Website/api/worker-configuration.d.ts
2025-01-01 11:25:05 +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;
}