Type Alias CommerceOnRampFailureEvent

CommerceOnRampFailureEvent: {
    type: ONRAMP_FAILED;
    data: OnRampFailed;
}