lemmy-js-client
Preparing search index...
ModAdd
Type Alias ModAdd
When someone is added as a site moderator.
type
ModAdd
=
{
id
:
ModAddId
;
mod_person_id
:
PersonId
;
other_person_id
:
PersonId
;
published_at
:
string
;
removed
:
boolean
;
}
Index
Properties
id
mod_
person_
id
other_
person_
id
published_
at
removed
Properties
id
id
:
ModAddId
mod_
person_
id
mod_person_id
:
PersonId
other_
person_
id
other_person_id
:
PersonId
published_
at
published_at
:
string
removed
removed
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
mod_
person_
id
other_
person_
id
published_
at
removed
lemmy-js-client
Loading...
When someone is added as a site moderator.