Module FilesResource.Corpus

type t =
| Default
| Domain

Files shared to the user's domain.

| User

Files owned by or shared to the user.

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