lemmy-js-client
    Preparing search index...

    Type Alias AdminAddView

    When someone is added as a site moderator.

    type AdminAddView = {
        admin_add: AdminAdd;
        moderator?: Person;
        other_person: Person;
    }
    Index

    Properties

    admin_add: AdminAdd
    moderator?: Person
    other_person: Person