package current_web

  1. Overview
  2. Docs

Source file role.ml

1
type t = [ `Viewer | `Builder | `Monitor | `Admin ] [@@deriving show]