Interface CommunityBlockView

interface CommunityBlockView {
    community: Community;
    person: Person;
}

Properties

Properties

community: Community
person: Person