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