aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/src/notifications.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-05-22 13:12:38 -0300
committerSebastian <sebasjm@gmail.com>2023-05-22 13:12:38 -0300
commit76d2524b8b59ca52477f4b0686ccdcee371ecb9e (patch)
tree0303b412a73d03b80645238e84837d464f3fc8d1 /packages/taler-util/src/notifications.ts
parent984cba226ff99d8db3e774f2b0cae5b4b3fa5185 (diff)
downloadwallet-core-76d2524b8b59ca52477f4b0686ccdcee371ecb9e.tar.xz
pretty
Diffstat (limited to 'packages/taler-util/src/notifications.ts')
-rw-r--r--packages/taler-util/src/notifications.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-util/src/notifications.ts b/packages/taler-util/src/notifications.ts
index fc3286435..fb5c70c71 100644
--- a/packages/taler-util/src/notifications.ts
+++ b/packages/taler-util/src/notifications.ts
@@ -191,7 +191,6 @@ export interface WaitingForRetryNotification {
numDue: number;
}
-
export interface ExchangeAddedNotification {
type: NotificationType.ExchangeAdded;
}