lemmy-js-client
Preparing search index...
ModBanView
Type Alias ModBanView
When someone is banned from the site.
type
ModBanView
=
{
mod_ban
:
ModBan
;
moderator
?:
Person
;
other_person
:
Person
;
}
Index
Properties
mod_
ban
moderator?
other_
person
Properties
mod_
ban
mod_ban
:
ModBan
Optional
moderator
moderator
?:
Person
other_
person
other_person
:
Person
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
mod_
ban
moderator
other_
person
lemmy-js-client
Loading...
When someone is banned from the site.