Documentation
    Preparing search index...

    Interface CommentReaction

    interface CommentReaction {
        authorUserId: string;
        emojiChar: string;
        id: number;
        wasRemoved: boolean;
    }

    Hierarchy

    • Pick<Comment, "authorUserId">
      • CommentReaction
    Index
    authorUserId: string
    emojiChar: string
    id: number
    wasRemoved: boolean