Type Alias CheckoutSwapFailureEvent

CheckoutSwapFailureEvent: {
    type: SWAP_FAILED;
    data: SwapFailed;
}