Merge branch 'feature/vesting-ui' of https://github.com/nymtech/nym into feature/vesting-ui

This commit is contained in:
fmtabbara
2022-02-15 13:59:46 +00:00
+1 -1
View File
@@ -1 +1 @@
export type Period = "Before" | {In: number} | "After";
export type Period = "Before" | number | "After";