Type Alias ModHideCommunity

ModHideCommunity: {
    community_id: CommunityId;
    hidden: boolean;
    id: ModHideCommunityId;
    mod_person_id: PersonId;
    published: string;
    reason?: string;
}

When a community is hidden from public view.

Type declaration