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