In this interface we will see the structure of Details
interface Details { store_name: string; address: string; address_coordinates: AddressCoordinates; contact: Contact; additional_details: Additionaldetails;}
Generated using TypeDoc
In this interface we will see the structure of Details