Interface AddAdmin

interface AddAdmin {
    added: boolean;
    person_id: number;
}

Properties

Properties

added: boolean
person_id: number