We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d78a58 commit 5aec90fCopy full SHA for 5aec90f
src/@types/rateLimit.d.ts
@@ -29,6 +29,8 @@ export interface RedisWindow {
29
fixedWindowStart: number;
30
}
31
32
+export type RedisLog = RedisBucket[];
33
+
34
export type RateLimiterSelection =
35
| 'TOKEN_BUCKET'
36
| 'LEAKY_BUCKET'
0 commit comments