aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet-api-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-04 15:41:30 +0200
committerFlorian Dold <florian@dold.me>2023-04-04 15:41:30 +0200
commitf658718b949e6b649a6d10568d7214306fdf2cfc (patch)
tree183579d7377465c9bd9f84e4e2bc44c1bafccd4c /packages/taler-wallet-core/src/wallet-api-types.ts
parent28d8c257e573502a948cd4f98f982cda8014c332 (diff)
downloadwallet-core-f658718b949e6b649a6d10568d7214306fdf2cfc.tar.xz
-fix type
Diffstat (limited to 'packages/taler-wallet-core/src/wallet-api-types.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet-api-types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet-api-types.ts b/packages/taler-wallet-core/src/wallet-api-types.ts
index 6f46fe8f2..536e83413 100644
--- a/packages/taler-wallet-core/src/wallet-api-types.ts
+++ b/packages/taler-wallet-core/src/wallet-api-types.ts
@@ -765,7 +765,7 @@ export type RunIntegrationTestOp = {
* of the exchange and merchant.
*/
export type RunIntegrationTestV2Op = {
- op: WalletApiOperation.RunIntegrationTest;
+ op: WalletApiOperation.RunIntegrationTestV2;
request: IntegrationTestArgs;
response: EmptyObject;
};