module Qismo module Types include Dry.Types() Int = Params::Integer String = Params::String Bool = Params::Bool Hash = Params::Hash end end