Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

Type aliases

CartJson

CartJson: { cart_discount: string; cart_id: number; cart_subtotal: string; cart_taxes: string; cart_total: string }

Type of JSON object recieved by pg driver for Cart entities

see

Cart

see

CartDao

Type declaration

  • cart_discount: string
  • cart_id: number
  • cart_subtotal: string
  • cart_taxes: string
  • cart_total: string

Generated using TypeDoc