Module CommentsResource.SortOrder

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

    Sort oldest comments first.

    *)
  3. | Descending
    (*

    Sort newest comments first.

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