mirror of
https://github.com/fmhy/edit.git
synced 2025-07-29 07:12:15 +10:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`
|
|
|
|
interface Env {
|
|
STORAGE: KVNamespace;
|
|
RATE_LIMITER: RateLimit;
|
|
}
|