Sanity App SDK
    Preparing search index...

    Interface CommentReactionBeta

    An emoji reaction on a comment.

    Read only for now: a reaction added in the Studio shows up here, but there is no action for adding or removing one.

    interface CommentReaction {
        addedAt: string;
        shortName: string;
        userId: string;
    }
    Index

    Properties

    addedAt: string
    shortName: string
    userId: string