commit e975740ac4e9ba4bc531226784d640a018c00833
parent 1ec521b9d214b286e747b3ccb3113730ac3a2509
Author: Florian Dold <florian@dold.me>
Date: Mon, 19 Feb 2024 17:48:17 +0100
-unused type
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
@@ -2710,8 +2710,6 @@ export const WalletStoresV1 = {
),
};
-type WalletStoreNames = StoreNames<typeof WalletStoresV1>;
-
export type WalletDbReadWriteTransaction<
StoresArr extends Array<StoreNames<typeof WalletStoresV1>>,
> = DbReadWriteTransaction<typeof WalletStoresV1, StoresArr>;