module Tapioca::RBIHelper

def create_rest_param(name, type:)

def create_rest_param(name, type:)
  create_typed_param(RBI::RestParam.new(name), type)
end