Skip to content

Commit 1e376c2

Browse files
committed
chore: import as type for formatter
1 parent 5ce70e4 commit 1e376c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/common/debug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ReactiveResource } from "../resource.js";
22
import type { Telemetry } from "../../telemetry/telemetry.js";
33
import type { Session, UserConfig } from "../../lib.js";
4-
import { AtlasClusterConnectionInfo, ConnectionStateErrored } from "../../common/connectionManager.js";
4+
import type { AtlasClusterConnectionInfo, ConnectionStateErrored } from "../../common/connectionManager.js";
55

66
type ConnectionStateDebuggingInformation = {
77
readonly tag: "connected" | "connecting" | "disconnected" | "errored";

0 commit comments

Comments
 (0)