Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 0de13d7

Browse files
authored
fix: Component Option default type (#934)
BREAKING CHANGE:
1 parent 5b9dd89 commit 0de13d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/pcm.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export interface ProductComponentOption {
8686
quantity: number
8787
type: string
8888
sort_order?: number | null
89+
default?: boolean
8990
meta: {
9091
name: string
9192
sku: string

0 commit comments

Comments
 (0)