export interface Contact { id?: number | string; firstName: string; lastName: string; company: string; }