taler-typescript-core

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

commit 640d54f08953ddf5a968fc8fd6c5572d133eb294
parent 412659f638bf2e6905b6e64c67ad4cbcdf2ebd89
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 22 Oct 2025 16:18:53 +0200

-type to interface

Diffstat:
Mpackages/taler-wallet-core/src/donau.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/donau.ts b/packages/taler-wallet-core/src/donau.ts @@ -67,7 +67,7 @@ import { WalletExecutionContext } from "./index.js"; */ const logger = new Logger("donau.ts"); -type DonationReceiptGroup = { +interface DonationReceiptGroup { receipts: DonationReceiptRecord[]; donauBaseUrl: string; donorTaxId: string;