Type Alias CommerceSwapRejectedEvent

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