interface Contact { first: string; last: string; url: string; }