lemmy-js-client
    Preparing search index...

    Type Alias ModAddView

    When someone is added as a site moderator.

    type ModAddView = {
        mod_add: ModAdd;
        moderator?: Person;
        other_person: Person;
    }
    Index

    Properties

    mod_add: ModAdd
    moderator?: Person
    other_person: Person