lemmy-js-client
    Preparing search index...

    Type Alias ListCommentLikesResponse

    The comment likes response

    type ListCommentLikesResponse = {
        comment_likes: VoteView[];
        next_page?: PaginationCursor;
        prev_page?: PaginationCursor;
    }
    Index

    Properties

    comment_likes: VoteView[]
    next_page?: PaginationCursor

    the pagination cursor to use to fetch the next page

    prev_page?: PaginationCursor