interface ReactionDataStamp {
    emoteId: string;
    reactionCount: number;
}

Properties

emoteId: string
reactionCount: number