lemmy-js-client
Preparing search index...
GetPostsResponse
Type Alias GetPostsResponse
The post list response.
type
GetPostsResponse
=
{
next_page
?:
PaginationCursor
;
posts
:
PostView
[]
;
prev_page
?:
PaginationCursor
;
}
Index
Properties
next_
page?
posts
prev_
page?
Properties
Optional
next_
page
next_page
?:
PaginationCursor
the pagination cursor to use to fetch the next page
posts
posts
:
PostView
[]
Optional
prev_
page
prev_page
?:
PaginationCursor
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
next_
page
posts
prev_
page
lemmy-js-client
Loading...
The post list response.