Module Reddit_api_kernel.Moderator_report

type t = {
  1. moderator : Username.t option;
  2. report : string;
}
val t_of_jsonaf : Jsonaf.t -> t