diff --git a/src/utils/common/deviceDetection.ts b/src/utils/common/deviceDetection.ts index 795a429a2..5f8209344 100644 --- a/src/utils/common/deviceDetection.ts +++ b/src/utils/common/deviceDetection.ts @@ -5,6 +5,13 @@ export enum OS { UNKNOWN = 'unknown', } +declare global { + interface Window { + opera: any; + MSStream: any; + } +} + const GetDeviceOS = () => { let userAgent = ''; if (