Module CommentsResource.SortOrder

type t =
| Default
| Ascending

Sort oldest comments first.

| Descending

Sort newest comments first.

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