lemmy-js-client
Preparing search index...
ModAddCommunityView
Type Alias ModAddCommunityView
When someone is added as a community moderator.
type
ModAddCommunityView
=
{
community
:
Community
;
mod_add_community
:
ModAddCommunity
;
moderator
?:
Person
;
other_person
:
Person
;
}
Index
Properties
community
mod_
add_
community
moderator?
other_
person
Properties
community
community
:
Community
mod_
add_
community
mod_add_community
:
ModAddCommunity
Optional
moderator
moderator
?:
Person
other_
person
other_person
:
Person
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community
mod_
add_
community
moderator
other_
person
lemmy-js-client
Loading...
When someone is added as a community moderator.