Type Alias CheckoutBridgeSuccessEvent

CheckoutBridgeSuccessEvent: {
    type: BRIDGE_SUCCESS;
    data: BridgeTransactionSent;
}