[ci skip] Generate TS types

This commit is contained in:
fmtabbara
2022-01-12 21:49:08 +00:00
parent 903af16a6b
commit a9526c216f
+1 -1
View File
@@ -1 +1 @@
export type MixnodeStatus = 'active' | 'standby' | 'inactive' | 'not_found'
export type MixnodeStatus = "Active" | "Standby" | "Inactive" | "NotFound";