Type Alias ModBanFromCommunity

ModBanFromCommunity: {
    banned: boolean;
    community_id: CommunityId;
    expires?: string;
    id: ModBanFromCommunityId;
    mod_person_id: PersonId;
    other_person_id: PersonId;
    published: string;
    reason?: string;
}

When someone is banned from a community.

Type declaration