Module type Server.Data.Enum

module type Enum = sig .. end

type t 
val values : (t * string * Markdown.text) list
include Server.Data.Info