Type Alias CreateCommentLike

CreateCommentLike: { comment_id: CommentId; score: number }

Like a comment.

Type declaration

  • comment_id: CommentId
  • score: number

    Must be -1, 0, or 1 .