lemmy-js-client
    Preparing search index...

    Type Alias GetCommentsSlimResponse

    A slimmer comment list response, without the post or community.

    type GetCommentsSlimResponse = {
        comments: CommentSlimView[];
        next_page?: PaginationCursor;
        prev_page?: PaginationCursor;
    }
    Index

    Properties

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