Module ActivitiesResource.Collection

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

    All public activities created by the specified user.

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