Module FilesResource.Projection

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

    Deprecated

    *)
  3. | FULL
    (*

    Deprecated

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