Values.ReactionValueFormatsSourceInformation about the values for reactions to a comment. CodeCommit supports a limited set of reactions.
type nonrec t = {emoji : ReactionEmoji.t option;The Emoji Version 1.0 graphic of the reaction. These graphics are interpreted slightly differently on different operating systems.
*)shortCode : ReactionShortCode.t option;The emoji short code for the reaction. Short codes are interpreted slightly differently on different operating systems.
*)unicode : ReactionUnicode.t option;The Unicode codepoint for the reaction.
*)}