mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 09:20:16 +00:00
Prettier 2.0 (#393)
This commit is contained in:
26
src/global.d.ts
vendored
26
src/global.d.ts
vendored
@@ -1,13 +1,13 @@
|
||||
import { AuthType } from "./AuthType";
|
||||
import Explorer from "./Explorer/Explorer";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
authType: AuthType;
|
||||
dataExplorer: Explorer;
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__: any;
|
||||
$: any;
|
||||
jQuery: any;
|
||||
gitSha: string;
|
||||
}
|
||||
}
|
||||
import { AuthType } from "./AuthType";
|
||||
import Explorer from "./Explorer/Explorer";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
authType: AuthType;
|
||||
dataExplorer: Explorer;
|
||||
__REACT_DEVTOOLS_GLOBAL_HOOK__: any;
|
||||
$: any;
|
||||
jQuery: any;
|
||||
gitSha: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user