taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit b2e213bae6c8f9d6a7629f3b9a1e474fb33bdb24
parent e0f574e23c0ec8f9666d0cc8ab16a886b580015b
Author: Florian Dold <florian@dold.me>
Date:   Thu,  7 Jan 2021 15:32:04 +0100

imports

Diffstat:
Mpackages/taler-wallet-core/src/types/dbTypes.ts | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/packages/taler-wallet-core/src/types/dbTypes.ts b/packages/taler-wallet-core/src/types/dbTypes.ts @@ -38,10 +38,6 @@ import { Index, Store } from "../util/query"; import { TalerErrorDetails, RefreshReason } from "./walletTypes"; import { ReserveTransaction, - ReserveCreditTransaction, - ReserveWithdrawTransaction, - ReserveClosingTransaction, - ReserveRecoupTransaction, } from "./ReserveTransaction"; import { Timestamp, Duration } from "../util/time"; import { IDBKeyPath } from "idb-bridge";