interface ReactionCountRe-exportimport { type ReactionCount } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; The count of a specific reaction. Propertiesreaction: ReactionThe type of the reaction. count: numberNumber of times the reaction was added.