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