export interface ContactInfo { email: string | null; mobilePhone: string | null; phone: string | null; }