mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Initial Move from Azure DevOps to GitHub
This commit is contained in:
15
src/global.d.ts
vendored
Normal file
15
src/global.d.ts
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
import { AuthType } from "./AuthType";
|
||||
import { PlatformType } from "./PlatformType";
|
||||
import { Explorer } from "./Contracts/ViewModels";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
authType: AuthType;
|
||||
dataExplorerPlatform: PlatformType;
|
||||
dataExplorer: Explorer;
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__: any;
|
||||
$: any;
|
||||
jQuery: any;
|
||||
gitSha: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user