Module FilesResource.Corpus

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

    Files shared to the user's domain.

    *)
  3. | User
    (*

    Files owned by or shared to the user. If a user has permissions on a Shared Drive, the files inside it won't be retrieved unless the user has created, opened, or shared the file.

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