mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-08 04:27:15 +03:00
5 lines
94 B
TypeScript
5 lines
94 B
TypeScript
import { SBObject } from "./config";
|
|
declare global {
|
|
interface Window { SB: SBObject }
|
|
}
|