From a9526c216f6958da3dd5617db3a5beea83ef831c Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 12 Jan 2022 21:49:08 +0000 Subject: [PATCH] [ci skip] Generate TS types --- nym-wallet/src/types/rust/mixnodestatus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/types/rust/mixnodestatus.ts b/nym-wallet/src/types/rust/mixnodestatus.ts index e83a95057a..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' | 'not_found' +export type MixnodeStatus = "Active" | "Standby" | "Inactive" | "NotFound"; \ No newline at end of file