Retrospring/lib/types.rb

10 lines
143 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require 'dry-types'
module Types
include Dry.Types()
RelationshipTypes = Types::String.enum('follow')
end