export interface IContact { id?: number; fullName?: string | null; phone?: string | null; phoneExt?: string | null; email?: string | null; }