export type Address = { street: string; locality: string; region: string; postalCode: string; country: string; }; export type Contact = { phone: string; type: string; email: string; option: string; areaServed: string; };