Type Alias CommerceBridgeFailureEvent

CommerceBridgeFailureEvent: {
    type: BRIDGE_FAILED;
    data: BridgeFailed;
}