1 2 3 4 5 6 7 8
export type CustomerContact = { firstName: string, lastname: string, email: string, phone: string, workTitle: string, note: string }