lemmy-js-client
    Preparing search index...

    Type Alias GetPostsResponse

    The post list response.

    type GetPostsResponse = {
        next_page?: PaginationCursor;
        posts: PostView[];
        prev_page?: PaginationCursor;
    }
    Index

    Properties

    next_page?: PaginationCursor

    the pagination cursor to use to fetch the next page

    posts: PostView[]
    prev_page?: PaginationCursor