w-lab-app/global.d.ts
gofnnp 62cfba2d5d notification-sound
fix sound on ios
2025-08-05 11:42:33 +04:00

8 lines
101 B
TypeScript

declare global {
interface Window {
webkitAudioContext: typeof AudioContext;
}
}
export {};