Interface ListCommentLikesResponse

interface ListCommentLikesResponse {
    comment_likes: VoteView[];
}

Properties

Properties

comment_likes: VoteView[]