Module PeopleResource.OrderBy

type t =
| Default
| Alphabetical(*

Order the people by their display name.

*)
| Best(*

Order people based on the relevence to the viewer.

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