summaryrefslogtreecommitdiff
path: root/src/types/walletTypes.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-12 21:00:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-12 21:00:54 +0100
commit24650b1781820b9eca64d6b380b2f0b3ed3650f1 (patch)
tree7d6d07710f97390cd2cbab08a62119bf6f2f9076 /src/types/walletTypes.ts
parent74433c3e05734aa1194049fcbcaa92c70ce61c74 (diff)
downloadwallet-core-24650b1781820b9eca64d6b380b2f0b3ed3650f1.tar.gz
wallet-core-24650b1781820b9eca64d6b380b2f0b3ed3650f1.tar.bz2
wallet-core-24650b1781820b9eca64d6b380b2f0b3ed3650f1.zip
organize imports
Diffstat (limited to 'src/types/walletTypes.ts')
-rw-r--r--src/types/walletTypes.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/types/walletTypes.ts b/src/types/walletTypes.ts
index a9bf2061f..903852b1b 100644
--- a/src/types/walletTypes.ts
+++ b/src/types/walletTypes.ts
@@ -25,20 +25,16 @@
/**
* Imports.
*/
+import { AmountJson } from "../util/amounts";
import { Checkable } from "../util/checkable";
import * as LibtoolVersion from "../util/libtoolVersion";
-
-import { AmountJson } from "../util/amounts";
-
import {
CoinRecord,
DenominationRecord,
ExchangeRecord,
ExchangeWireInfo,
- WithdrawalSource,
- RetryInfo,
} from "./dbTypes";
-import { CoinPaySig, ContractTerms, PayReq } from "./talerTypes";
+import { CoinPaySig, ContractTerms } from "./talerTypes";
/**
* Response for the create reserve request to the wallet.