Module Current_web.Role

type t = [
  1. | `Viewer
  2. | `Builder
  3. | `Monitor
  4. | `Admin
]
val pp : t Fmt.t