-fix type
This commit is contained in:
parent
28d8c257e5
commit
f658718b94
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user