mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +02:00
Declare window.navigator typing
This commit is contained in:
5
src/types/global.d.ts
vendored
5
src/types/global.d.ts
vendored
@@ -45,4 +45,9 @@ declare global {
|
||||
MeControl: any;
|
||||
adobe: any;
|
||||
}
|
||||
|
||||
interface Navigator {
|
||||
orgUserAgent?: string;
|
||||
orgUserAgentData?: any;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user