Skip to content

Commit c45ebc8

Browse files
committed
fix: type
1 parent 1fe10c2 commit c45ebc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/atlas/cluster.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface Cluster {
66
name?: string;
77
instanceType: "FREE" | "DEDICATED" | "FLEX";
88
instanceSize?: string;
9-
state?: "IDLE" | "CREATING" | "UPDATING" | "DELETING" | "REPAIRING" | "UNKNOWN";
9+
state?: "IDLE" | "CREATING" | "UPDATING" | "DELETING" | "REPAIRING";
1010
mongoDBVersion?: string;
1111
connectionString?: string;
1212
}

0 commit comments

Comments
 (0)