Type Alias CommerceSwapSuccessEvent

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