From dd2efc3d78f2dfda44f8182f9638723dcb839781 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 20 Jul 2020 17:46:49 +0530 Subject: nicer HTTP helper in preparation for better error handling --- src/types/notifications.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/types/notifications.ts') diff --git a/src/types/notifications.ts b/src/types/notifications.ts index 644dfdc80..ac30b6fe2 100644 --- a/src/types/notifications.ts +++ b/src/types/notifications.ts @@ -168,6 +168,7 @@ export interface PayOperationErrorNotification { export interface ProposalOperationErrorNotification { type: NotificationType.ProposalOperationError; + error: OperationError; } export interface TipOperationErrorNotification { -- cgit v1.2.3