-fix type

This commit is contained in:
Florian Dold 2023-04-04 15:41:30 +02:00
parent 28d8c257e5
commit f658718b94
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -765,7 +765,7 @@ export type RunIntegrationTestOp = {
* of the exchange and merchant. * of the exchange and merchant.
*/ */
export type RunIntegrationTestV2Op = { export type RunIntegrationTestV2Op = {
op: WalletApiOperation.RunIntegrationTest; op: WalletApiOperation.RunIntegrationTestV2;
request: IntegrationTestArgs; request: IntegrationTestArgs;
response: EmptyObject; response: EmptyObject;
}; };