export type CustomerContact = { firstName: string, lastname: string, email: string, phone: string, workTitle: string, note: string }