From 4966376839365536923cd6cfbb86d15071432e1a Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 15 Dec 2019 16:59:00 +0100 Subject: group refresh sessions into groups for nicer history --- src/types/history.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'src/types/history.ts') diff --git a/src/types/history.ts b/src/types/history.ts index 06b863005..54004b122 100644 --- a/src/types/history.ts +++ b/src/types/history.ts @@ -1,4 +1,4 @@ -import { Timestamp } from "./walletTypes"; +import { Timestamp, RefreshReason } from "./walletTypes"; /* This file is part of GNU Taler @@ -603,18 +603,6 @@ export interface HistoryRefund { amountRefundedEffective: string; } -/** - * Reasons for why a coin is being refreshed. - */ -export const enum RefreshReason { - Manual = "manual", - Pay = "pay", - Refund = "refund", - AbortPay = "abort-pay", - Recoup = "recoup", - BackupRestored = "backup-restored", -} - /** * Event to indicate that a group of refresh sessions has completed. */ -- cgit v1.2.3