Skip to content

Commit

Permalink
Merge pull request #11446 from qmonmert/removeunusedtype
Browse files Browse the repository at this point in the history
Remove unused type TimeoutLauncher
  • Loading branch information
murdos authored Nov 28, 2024
2 parents bbc9a9b + a54d670 commit ee126f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/webapp/app/shared/toast/domain/Timeout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export interface TimeoutListener {
unregister(): void;
}

export type TimeoutLauncher = () => TimeoutListener;

export class Timeout implements TimeoutListener {
private registration: Optional<ReturnType<typeof setTimeout>>;

Expand Down

0 comments on commit ee126f5

Please sign in to comment.