From fd2fafb52ada11d0fff54a61cdb75cd7304d6373 Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Wed, 12 Jan 2022 20:39:36 +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 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