fix: add RateLimit binding to docs (#27387)
Some checks are pending
Publish / Production (push) Waiting to run

This commit is contained in:
James Ross 2026-01-06 21:15:51 +00:00 committed by GitHub
parent c5436e5715
commit 77cd7a1d44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ export default {
```ts
interface Env {
MY_RATE_LIMITER: any;
MY_RATE_LIMITER: RateLimit;
}
export default {