Interface ModBanFromCommunityView

interface ModBanFromCommunityView {
    banned_person: Person;
    community: Community;
    mod_ban_from_community: ModBanFromCommunity;
    moderator?: Person;
}

Properties

banned_person: Person
community: Community
mod_ban_from_community: ModBanFromCommunity
moderator?: Person