Interface PersonBlockView

interface PersonBlockView {
    person: Person;
    target: Person;
}

Properties

Properties

person: Person
target: Person