Interface BlockPerson

interface BlockPerson {
    block: boolean;
    person_id: number;
}

Properties

Properties

block: boolean
person_id: number