[ci skip] Generate TS types

This commit is contained in:
fmtabbara
2022-01-12 20:39:36 +00:00
parent fadb5b4ff9
commit fd2fafb52a
+1 -1
View File
@@ -1 +1 @@
export type MixnodeStatus = 'active' | 'standby' | 'inactive' | 'NotFound'
export type MixnodeStatus = "Active" | "Standby" | "Inactive" | "NotFound";