Interface EmergencyContacts

interface EmergencyContacts {
    primary: EmergencyContact;
    secondary: EmergencyContact;
}

Properties

Properties

secondary: EmergencyContact