lemmy-js-client
    Preparing search index...

    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

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