diff options
author | Florian Dold <florian@dold.me> | 2023-04-04 15:41:30 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2023-04-04 15:41:30 +0200 |
commit | f658718b949e6b649a6d10568d7214306fdf2cfc (patch) | |
tree | 183579d7377465c9bd9f84e4e2bc44c1bafccd4c /packages | |
parent | 28d8c257e573502a948cd4f98f982cda8014c332 (diff) |
-fix type
Diffstat (limited to 'packages')
-rw-r--r-- | packages/taler-wallet-core/src/wallet-api-types.ts | 2 |
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; }; |