lemmy-js-client
    Preparing search index...

    Type Alias CreateCommentLike

    Like a comment.

    type CreateCommentLike = {
        comment_id: CommentId;
        score: number;
    }
    Index

    Properties

    Properties

    comment_id: CommentId
    score: number

    Must be -1, 0, or 1 .