export type Contact = { name: string; phone_number: string; email: string; };