lemmy-js-client
    Preparing search index...

    Type Alias GetCommentsResponse

    The comment list response.

    type GetCommentsResponse = {
        comments: CommentView[];
        next_page?: PaginationCursor;
        prev_page?: PaginationCursor;
    }
    Index

    Properties

    comments: CommentView[]
    next_page?: PaginationCursor
    prev_page?: PaginationCursor