aboutsummaryrefslogtreecommitdiff
path: root/src/types/history.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-16 22:42:10 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-16 22:42:10 +0100
commit6a9318c2989f170fef2058c0ed156aab490e3fd9 (patch)
treea1b73b19119c8f73c350958f10cae60bf20d76a8 /src/types/history.ts
parentfb6508de9d71600dbca59cb0e6a4c77e4f3f3ee5 (diff)
downloadwallet-core-6a9318c2989f170fef2058c0ed156aab490e3fd9.tar.xz
cleanup / history
Diffstat (limited to 'src/types/history.ts')
-rw-r--r--src/types/history.ts11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/types/history.ts b/src/types/history.ts
index aa35ab962..c49afd476 100644
--- a/src/types/history.ts
+++ b/src/types/history.ts
@@ -1,10 +1,6 @@
-import { Timestamp, RefreshReason } from "./walletTypes";
-import { ReserveTransaction } from "./ReserveTransaction";
-import { WithdrawalSource } from "./dbTypes";
-
/*
This file is part of GNU Taler
- (C) 2019 GNUnet e.V.
+ (C) 2019 Taler Systems S.A.
GNU Taler is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License as published by the Free Software
@@ -22,6 +18,11 @@ import { WithdrawalSource } from "./dbTypes";
* Type and schema definitions for the wallet's history.
*/
+import { Timestamp, RefreshReason } from "./walletTypes";
+import { ReserveTransaction } from "./ReserveTransaction";
+import { WithdrawalSource } from "./dbTypes";
+
+
/**
* Type tags for the history event types.
*/