export interface IContactInfo { email: string; mobile: string; }