mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 00:02:17 +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
|
|
}
|