retrospring/lib/types.rb
2022-01-23 16:48:53 +01:00

9 lines
143 B
Ruby

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