Skip to content

Commit

Permalink
Merge pull request #281 from animir/ttlManuallySet-option-type
Browse files Browse the repository at this point in the history
Update index.d.ts add ttlManuallySet option for Dynamo limiter
  • Loading branch information
animir authored Oct 20, 2024
2 parents dfb296f + 3a5bb3f commit 5fdf933
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;
}
};
ttlSet?: boolean;
}

export class RateLimiterDynamo extends RateLimiterStoreAbstract {
Expand Down

0 comments on commit 5fdf933

Please sign in to comment.