Type Alias CheckoutNetworkSwitchEvent

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