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 5d6d2ee11..945b86eea 100644
--- a/src/types/notifications.ts
+++ b/src/types/notifications.ts
@@ -203,6 +203,7 @@ export interface ReserveOperationErrorNotification {
export interface ReserveCreatedNotification {
type: NotificationType.ReserveCreated;
+ reservePub: string;
}
export interface PendingOperationProcessedNotification {