Declare window.navigator typing

This commit is contained in:
redphx
2024-12-08 20:52:13 +07:00
parent 8c446ceec3
commit e1ba2344b7
4 changed files with 10 additions and 5 deletions

View File

@@ -45,4 +45,9 @@ declare global {
MeControl: any;
adobe: any;
}
interface Navigator {
orgUserAgent?: string;
orgUserAgentData?: any;
}
}