Options
All
  • Public
  • Public/Protected
  • All
Menu

In this interface we will see the structure of Additionaldetails

interface Additionaldetails {
stock_location?: string;
table_number?: string;
pickup_time?: string;
address_notes?: string;
}

Hierarchy

  • Additionaldetails

Index

Properties

address_notes?: string
pickup_time?: string
stock_location?: string
table_number?: string

Generated using TypeDoc