Skip to content

Commit

Permalink
Update index.d.ts add ttlManuallySet option for Dynamo limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
animir authored Oct 20, 2024
1 parent 661d794 commit 802a4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,8 @@ interface IRateLimiterDynamoOptions extends IRateLimiterStoreOptions {
dynamoTableOpts?: {
readCapacityUnits: number;
writeCapacityUnits: number;
}
};
ttlManuallySet?: boolean;
}

export class RateLimiterDynamo extends RateLimiterStoreAbstract {
Expand Down

0 comments on commit 802a4ee

Please sign in to comment.