Type Alias CheckoutOnRampSuccessEvent

CheckoutOnRampSuccessEvent: {
    type: ONRAMP_SUCCESS;
    data: OnRampSuccess;
}