mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
fix: add RateLimit binding to docs (#27387)
Some checks are pending
Publish / Production (push) Waiting to run
Some checks are pending
Publish / Production (push) Waiting to run
This commit is contained in:
parent
c5436e5715
commit
77cd7a1d44
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ export default {
|
|||
|
||||
```ts
|
||||
interface Env {
|
||||
MY_RATE_LIMITER: any;
|
||||
MY_RATE_LIMITER: RateLimit;
|
||||
}
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue