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