mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 10:56:16 +00:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`
|
|
|
|
interface Env {
|
|
STORAGE: KVNamespace;
|
|
RATE_LIMITER: RateLimit;
|
|
}
|