Skip to content

Commit

Permalink
chore: use ReturnType<typeof setTimeout>
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jul 28, 2024
1 parent a7aa200 commit 5d35a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function mediaGroup(timeout = 150): Plugin<
{
messages: ContextType<Bot, "message">[];
next: () => unknown;
timeout: Timer;
timeout: ReturnType<typeof setTimeout>;
}
>();

Expand Down

0 comments on commit 5d35a28

Please sign in to comment.