Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CartStorageData

Data for cart storage

  • information to persist the cart item quantities
  • should eventually store other info, such as product variant customizations

Hierarchy

  • CartStorageData

Indexable

[productId: string]: object

Data for cart storage

  • information to persist the cart item quantities
  • should eventually store other info, such as product variant customizations
  • quantity: number

Generated using TypeDoc