UNPKG

@test-org122/merchant-connector

Version:

Package that defines how to write a dispute mediator. Includes an example mediator for testing, which always resolve's in the sender's favor.

5 lines 137 B
export interface IResolutionResult { mediatorSignature: string; amount: string; } //# sourceMappingURL=IResolutionResult.d.ts.map