summaryrefslogtreecommitdiff
path: root/src/types/notifications.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/notifications.ts')
-rw-r--r--src/types/notifications.ts1
1 files changed, 1 insertions, 0 deletions
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 {