Interface EmergencyContact

interface EmergencyContact {
    alt_phone: null | string;
    name: null | string;
    phone: null | string;
    relation: null | string;
}

Properties

alt_phone: null | string
name: null | string
phone: null | string
relation: null | string