lemmy-js-client
Preparing search index...
ModlogView
Type Alias ModlogView
type
ModlogView
=
{
moderator
?:
Person
;
modlog
:
Modlog
;
target_comment
?:
Comment
;
target_community
?:
Community
;
target_instance
?:
Instance
;
target_person
?:
Person
;
target_post
?:
Post
;
}
Index
Properties
moderator?
modlog
target_
comment?
target_
community?
target_
instance?
target_
person?
target_
post?
Properties
Optional
moderator
moderator
?:
Person
modlog
modlog
:
Modlog
Optional
target_
comment
target_comment
?:
Comment
Optional
target_
community
target_community
?:
Community
Optional
target_
instance
target_instance
?:
Instance
Optional
target_
person
target_person
?:
Person
Optional
target_
post
target_post
?:
Post
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
moderator
modlog
target_
comment
target_
community
target_
instance
target_
person
target_
post
lemmy-js-client
Loading...