aboutsummaryrefslogtreecommitdiff
path: root/lib/models/reaction_t.ml
blob: 666030b0b968872fcf6fe81f8762685999abbfec (plain) (blame)
1
2
3
4
5
6
(* Auto-generated from "reaction.atd" *)
              [@@@ocaml.warning "-27-32-35-39"]

type emoji = Emoji_t.t

type t = { count: int; emoji: emoji }