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 1fe10c2 commit c45ebc8Copy full SHA for c45ebc8
src/common/atlas/cluster.ts
@@ -6,7 +6,7 @@ export interface Cluster {
6
name?: string;
7
instanceType: "FREE" | "DEDICATED" | "FLEX";
8
instanceSize?: string;
9
- state?: "IDLE" | "CREATING" | "UPDATING" | "DELETING" | "REPAIRING" | "UNKNOWN";
+ state?: "IDLE" | "CREATING" | "UPDATING" | "DELETING" | "REPAIRING";
10
mongoDBVersion?: string;
11
connectionString?: string;
12
}
0 commit comments