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 = {