optionsSelections takes an array of options objs

This commit is contained in:
Ryan Ford 2021-06-15 08:50:28 +08:00
parent 3c9b90f453
commit 64918470f2

View File

@ -40,7 +40,7 @@ export type OptionSelections = {
export type CartItemBody = Core.CartItemBody & { export type CartItemBody = Core.CartItemBody & {
productId: string // The product id is always required for BC productId: string // The product id is always required for BC
optionSelections?: OptionSelections optionSelections?: OptionSelections[]
} }
export type CartTypes = { export type CartTypes = {