lemmy-js-client
Preparing search index...
ListCommunityPendingFollowsResponse
Type Alias ListCommunityPendingFollowsResponse
type
ListCommunityPendingFollowsResponse
=
{
items
:
PendingFollow
[]
;
next_page
?:
PaginationCursor
;
prev_page
?:
PaginationCursor
;
}
Index
Properties
items
next_
page?
prev_
page?
Properties
items
items
:
PendingFollow
[]
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
items
next_
page
prev_
page
lemmy-js-client
Loading...
the pagination cursor to use to fetch the next page