Skip to content

Commit

Permalink
fix: deprecated Ttl type
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 committed Feb 6, 2023
1 parent 5215eb0 commit d4c8779
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/caching.ts
Expand Up @@ -6,6 +6,9 @@ export type Config = {
};

export type Milliseconds = number;
/**
* @deprecated will remove after 5.2.0. Use Milliseconds instead
*/
export type Ttl = Milliseconds;

export type Store = {
Expand Down

0 comments on commit d4c8779

Please sign in to comment.