Module Permissions.Auth_required
val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval min : Ppx_deriving_runtime.intval max : Ppx_deriving_runtime.intval to_enum : t -> Ppx_deriving_runtime.intval of_enum : Ppx_deriving_runtime.int -> t Ppx_deriving_runtime.optioninclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval equal : t -> t -> boolval compare : t -> t -> intval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval to_string : t -> stringval of_string : string -> t