We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce70e4 commit 1e376c2Copy full SHA for 1e376c2
src/resources/common/debug.ts
@@ -1,7 +1,7 @@
1
import { ReactiveResource } from "../resource.js";
2
import type { Telemetry } from "../../telemetry/telemetry.js";
3
import type { Session, UserConfig } from "../../lib.js";
4
-import { AtlasClusterConnectionInfo, ConnectionStateErrored } from "../../common/connectionManager.js";
+import type { AtlasClusterConnectionInfo, ConnectionStateErrored } from "../../common/connectionManager.js";
5
6
type ConnectionStateDebuggingInformation = {
7
readonly tag: "connected" | "connecting" | "disconnected" | "errored";
0 commit comments