lemmy-js-client
    Preparing search index...

    Type Alias ListPostLikesResponse

    The post likes response

    type ListPostLikesResponse = {
        next_page?: PaginationCursor;
        post_likes: VoteView[];
        prev_page?: PaginationCursor;
    }
    Index

    Properties

    next_page?: PaginationCursor

    the pagination cursor to use to fetch the next page

    post_likes

    post_likes: VoteView[]
    prev_page?: PaginationCursor