Module ActivitiesResource.OrderBy

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

    Sort activities by relevance to the user, most relevant first.

    *)
  3. | Recent
    (*

    Sort activities by published date, most recent first.

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