lemmy-js-client
    Preparing search index...

    Type Alias AdminAdd

    When someone is added as a site admin.

    type AdminAdd = {
        id: AdminAddId;
        mod_person_id: PersonId;
        other_person_id: PersonId;
        published_at: string;
        removed: boolean;
    }
    Index

    Properties

    mod_person_id: PersonId
    other_person_id: PersonId
    published_at: string
    removed: boolean