Type Alias CheckoutSwapSuccessEvent

CheckoutSwapSuccessEvent: {
    type: SWAP_SUCCESS;
    data: SwapSuccess;
}