lemmy-js-client
    Preparing search index...

    Type Alias ModAddCommunity

    When someone is added as a community moderator.

    type ModAddCommunity = {
        community_id: CommunityId;
        id: ModAddCommunityId;
        mod_person_id: PersonId;
        other_person_id: PersonId;
        published_at: string;
        removed: boolean;
    }
    Index

    Properties

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