Type Alias CheckoutSwapRejectedEvent

CheckoutSwapRejectedEvent: {
    type: SWAP_REJECTED;
    data: SwapRejected;
}