mirror of
https://github.com/vercel/commerce.git
synced 2025-09-08 00:40:15 +00:00
Ran prettier fix
This commit is contained in:
@@ -10,15 +10,15 @@ import updateItem from './handlers/update-item'
|
||||
import removeItem from './handlers/remove-item'
|
||||
|
||||
type OptionSelections = {
|
||||
option_id: Number
|
||||
option_value: Number|String
|
||||
option_id: Number
|
||||
option_value: Number | String
|
||||
}
|
||||
|
||||
export type ItemBody = {
|
||||
productId: number
|
||||
variantId: number
|
||||
quantity?: number
|
||||
optionSelections?: OptionSelections
|
||||
quantity?: number
|
||||
optionSelections?: OptionSelections
|
||||
}
|
||||
|
||||
export type AddItemBody = { item: ItemBody }
|
||||
|
Reference in New Issue
Block a user