Type Alias CommerceNetworkSwitchEvent

CommerceNetworkSwitchEvent: {
    type: NETWORK_SWITCH;
    data: WalletNetworkSwitch;
}