This commit is contained in:
libr
2026-03-03 10:12:22 +08:00
commit ae4c58e56d
223 changed files with 42635 additions and 0 deletions

4
frontend/src/webmuxd-shim.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "webmuxd" {
const webmuxd: Record<string, unknown>
export default webmuxd
}