lib/types/types/type_member.rb



# frozen_string_literal: true
# typed: true

module T::Types
  class TypeMember < TypeVariable
  end
end