CustomerInfo Object TypeCustomerInfo object is used to define the customer informations.Type#{name: string;carType: string;carColor: string;licensePlate: string;phone?: string;};CopyExample#{ name: 'Lamia Selmane', carType: 'Tesla', carColor: 'Silver', licensePlate: 'AB 0496', phone: '555-555-5555',};CopyUsed by#createOrderclaimOrdercreateCustomerupdateCustomer