From 8a44f4e6504bd54f482b6b22430eb6149bbd6901 Mon Sep 17 00:00:00 2001 From: sotnikov-s Date: Thu, 9 Nov 2023 18:58:42 +0300 Subject: [PATCH] add error field to Failure --- src/helpers/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/helpers/types.ts b/src/helpers/types.ts index ae303e68..6cb8fbda 100644 --- a/src/helpers/types.ts +++ b/src/helpers/types.ts @@ -81,6 +81,7 @@ type Failure = { address: string; id: string; sudo_payload: string; // base64 encoded json bytes + error: string; }; export type ScheduleResponse = {