mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-11 22:17:21 +03:00
refactor: more types and dead code removal
This commit is contained in:
@@ -5,7 +5,7 @@ import { SponsorTime, SponsorHideType } from "./types";
|
||||
const utils = new Utils();
|
||||
|
||||
interface MessageListener {
|
||||
(request: any, sender: any, callback: (response: any) => void): void;
|
||||
(request: any, sender: unknown, callback: (response: any) => void): void;
|
||||
}
|
||||
|
||||
class MessageHandler {
|
||||
|
||||
Reference in New Issue
Block a user