Module PeopleResource.Collection

type t =
| Default
| Connected(*

The list of visible people in the authenticated user's circles who also use the requesting app. This list is limited to users who made their app activities visible to the authenticated user.

*)
| Visible(*

The list of people who this user has added to one or more circles, limited to the circles visible to the requesting application.

*)
| Plusoners(*

List all people who have +1'd this activity.

*)
| Resharers(*

List all people who have reshared this activity.

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