Interface PurgePerson

interface PurgePerson {
    person_id: number;
    reason?: string;
}

Properties

Properties

person_id: number
reason?: string