summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/pending-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-06-17 15:49:05 +0200
committerFlorian Dold <florian@dold.me>2021-06-17 15:49:05 +0200
commita70d37ef1675b53241f707c6730fab1537bd9d24 (patch)
tree5493e11884c9071efda9a8f4680e3787c6cdf0a5 /packages/taler-wallet-core/src/pending-types.ts
parent453656b240c7e8771068ab877b6f5c9e3a26a4dc (diff)
downloadwallet-core-a70d37ef1675b53241f707c6730fab1537bd9d24.tar.gz
wallet-core-a70d37ef1675b53241f707c6730fab1537bd9d24.tar.bz2
wallet-core-a70d37ef1675b53241f707c6730fab1537bd9d24.zip
towards factoring out cyclic dependencies
Diffstat (limited to 'packages/taler-wallet-core/src/pending-types.ts')
-rw-r--r--packages/taler-wallet-core/src/pending-types.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/pending-types.ts b/packages/taler-wallet-core/src/pending-types.ts
index 02b4ec76d..0e26c262b 100644
--- a/packages/taler-wallet-core/src/pending-types.ts
+++ b/packages/taler-wallet-core/src/pending-types.ts
@@ -27,7 +27,6 @@
import {
TalerErrorDetails,
BalancesResponse,
- Duration,
Timestamp,
} from "@gnu-taler/taler-util";
import { ReserveRecordStatus } from "./db.js";