In this interface we will see the structure of Additionaldetails
interface Additionaldetails { stock_location?: string; table_number?: string; pickup_time?: string; address_notes?: string;}
Generated using TypeDoc
In this interface we will see the structure of Additionaldetails