Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

ItemJson

ItemJson: { cart_id: number; item_id: number; item_label: string; item_price: string }

Type of JSON object recieved by pg driver for Item entities

see

Item

see

ItemDao

Type declaration

  • cart_id: number
  • item_id: number
  • item_label: string
  • item_price: string

Generated using TypeDoc