9 10 11
# File 'lib/store_model/type_builders.rb', line 9 def to_array_type Types::ArrayType.new(self) end
5 6 7
# File 'lib/store_model/type_builders.rb', line 5 def to_type Types::JsonType.new(self) end