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