Skip to content

Commit a4579bf

Browse files
authored
Avoid use of any in RateLimiter types
1 parent 6e3009b commit a4579bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/runtime-apis/bindings/rate-limit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default {
6767

6868
```ts
6969
interface Env {
70-
MY_RATE_LIMITER: any;
70+
MY_RATE_LIMITER: RateLimiter;
7171
}
7272

7373
export default {

0 commit comments

Comments
 (0)