Skip to content

Commit

Permalink
add resetIdleTimer to the typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshMiers-FS committed Jul 15, 2022
1 parent 33fc9e9 commit a1f554d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ interface FullStoryInterface {
shutdown(): void;
restart(): void;
log(number, string): void;
resetIdleTimer(): void;
}

declare global {
Expand Down

0 comments on commit a1f554d

Please sign in to comment.