ytptube/ui/types/globals.d.ts
2025-07-18 18:56:38 +03:00

7 lines
73 B
TypeScript

export { }
declare global {
interface Window {
ws?: unknown
}
}