Module FilesResource.Corpus

type t =
  1. | Default
  2. | DEFAULT
    (*

    The items that the user has accessed.

    *)
  3. | DOMAIN
    (*

    Items shared to the user's domain.

    *)
val to_string : t -> string
val of_string : string -> t