import Status from "./Status"; interface ContactInfo { name: string; status: Status; } export default ContactInfo;