Type Alias ModAddCommunity

ModAddCommunity: {
    community_id: CommunityId;
    id: ModAddCommunityId;
    mod_person_id: PersonId;
    other_person_id: PersonId;
    published: string;
    removed: boolean;
}

When someone is added as a community moderator.

Type declaration