summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-12-12 21:48:06 +0100
committerFlorian Dold <florian@dold.me>2023-12-12 21:48:06 +0100
commit272868277415383dc80671657f158c5c08c7c6d5 (patch)
treeaf1b37f60c40396ba00b3933b6aff4f8d7cffd2a /packages/taler-wallet-core/src/wallet-api-types.ts
parent387416f02dec4a7f948ba96e918e3cacaf92639e (diff)
downloadwallet-core-272868277415383dc80671657f158c5c08c7c6d5.tar.gz
wallet-core-272868277415383dc80671657f158c5c08c7c6d5.tar.bz2
wallet-core-272868277415383dc80671657f158c5c08c7c6d5.zip
-rename type
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index b83813874..a4be0f448 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -82,7 +82,7 @@ import {
KnownBankAccounts,
ListExchangesForScopedCurrencyRequest,
ListKnownBankAccountsRequest,
- ManualWithdrawalDetails,
+ WithdrawalDetailsForAmount,
PrepareDepositRequest,
PrepareDepositResponse,
PreparePayRequest,
@@ -448,7 +448,7 @@ export type ResumeTransactionOp = {
export type GetWithdrawalDetailsForAmountOp = {
op: WalletApiOperation.GetWithdrawalDetailsForAmount;
request: GetWithdrawalDetailsForAmountRequest;
- response: ManualWithdrawalDetails;
+ response: WithdrawalDetailsForAmount;
};
/**