mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 19:06:17 +00:00
feat(api): ratelimiting
This commit is contained in:
6
api/worker-configuration.d.ts
vendored
Normal file
6
api/worker-configuration.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Generated by Wrangler by running `wrangler types api/worker-configuration.d.ts`
|
||||
|
||||
interface Env {
|
||||
STORAGE: KVNamespace;
|
||||
RATE_LIMITER: RateLimit;
|
||||
}
|
||||
Reference in New Issue
Block a user