export interface Contact { name: string; phone: string; }