lemmy-js-client
Preparing search index...
GetModlogResponse
Type Alias GetModlogResponse
The modlog fetch response.
type
GetModlogResponse
=
{
modlog
:
ModlogCombinedView
[]
;
next_page
?:
PaginationCursor
;
prev_page
?:
PaginationCursor
;
}
Index
Properties
modlog
next_
page?
prev_
page?
Properties
modlog
modlog
:
ModlogCombinedView
[]
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
modlog
next_
page
prev_
page
lemmy-js-client
Loading...
The modlog fetch response.