File

src/app/MenuItem.ts

Index

Properties

Properties

_id
_id: string
Type : string
name
name: string
Type : string
price
price: number
Type : number
quantity
quantity: string
Type : string
restaurant
restaurant: string
Type : string
user
user: string
Type : string
export interface MenuItem {
  _id: string;
  name: string;
  price: number;
  restaurant: string;
  user: string;
  quantity:string;
}

results matching ""

    No results matching ""