From 4d9dfac8121b4c2e87b429fd140e82f19098fe5b Mon Sep 17 00:00:00 2001 From: fmtabbara Date: Mon, 14 Feb 2022 14:07:39 +0000 Subject: [PATCH] [ci skip] Generate TS types --- nym-wallet/src/types/rust/period.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/types/rust/period.ts b/nym-wallet/src/types/rust/period.ts index fec990e0fa..86a901216f 100644 --- a/nym-wallet/src/types/rust/period.ts +++ b/nym-wallet/src/types/rust/period.ts @@ -1 +1 @@ -export type Period = "Before" | {In: number} | "After"; \ No newline at end of file +export type Period = "Before" | number | "After"; \ No newline at end of file