mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Remove window.dataExplorerPlatform (#279)
More cleanup for #253 - Remove window.dataExplorerPlatform - Remove explorer factories
This commit is contained in:
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
@@ -1,11 +1,9 @@
|
||||
import { AuthType } from "./AuthType";
|
||||
import { PlatformType } from "./PlatformType";
|
||||
import Explorer from "./Explorer/Explorer";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
authType: AuthType;
|
||||
dataExplorerPlatform: PlatformType;
|
||||
dataExplorer: Explorer;
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__: any;
|
||||
$: any;
|
||||
|
||||
Reference in New Issue
Block a user