mirror of
https://github.com/vercel/commerce.git
synced 2025-06-19 21:51:21 +00:00
optionsSelections takes an array of options objs
This commit is contained in:
parent
3c9b90f453
commit
64918470f2
@ -40,7 +40,7 @@ export type OptionSelections = {
|
||||
|
||||
export type CartItemBody = Core.CartItemBody & {
|
||||
productId: string // The product id is always required for BC
|
||||
optionSelections?: OptionSelections
|
||||
optionSelections?: OptionSelections[]
|
||||
}
|
||||
|
||||
export type CartTypes = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user