lemmy-js-client
    Preparing search index...

    Type Alias ModAddCommunityView

    When someone is added as a community moderator.

    type ModAddCommunityView = {
        community: Community;
        mod_add_community: ModAddCommunity;
        moderator?: Person;
        other_person: Person;
    }
    Index

    Properties

    community: Community
    mod_add_community: ModAddCommunity
    moderator?: Person
    other_person: Person