Skip to content

Commit

Permalink
deprecated IdleTimerReturn
Browse files Browse the repository at this point in the history
  • Loading branch information
AyloSrd committed Nov 5, 2023
1 parent 8977c72 commit 7fcdf4d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/idle/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ export interface IdleTimer {
*/
triggerIdle: () => void;
}

/**
* @deprecated
* IdleTimerReturn has been renamed to IdleTimer for clarity and coherence.
* Please use IdleTimer instead.
*/
export type IdleTimerReturn = IdleTimer;

0 comments on commit 7fcdf4d

Please sign in to comment.