Const
Schema for customer information Contains contact details for the person making the reservation
const customer = { name: "John Doe", phone: "+1234567890", email: "john.doe@example.com"}; Copy
const customer = { name: "John Doe", phone: "+1234567890", email: "john.doe@example.com"};
Schema for customer information Contains contact details for the person making the reservation