diff --git a/nym-wallet/src/types/rust/mixnodestatus.ts b/nym-wallet/src/types/rust/mixnodestatus.ts index 7efc0185f8..75849a8ce9 100644 --- a/nym-wallet/src/types/rust/mixnodestatus.ts +++ b/nym-wallet/src/types/rust/mixnodestatus.ts @@ -1 +1 @@ -export type MixnodeStatus = 'active' | 'standby' | 'inactive' | 'NotFound' +export type MixnodeStatus = "Active" | "Standby" | "Inactive" | "NotFound"; \ No newline at end of file