lib/turbopuffer/models/attribute_type.rb



# frozen_string_literal: true

module Turbopuffer
  module Models
    AttributeType = String
  end
end