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

Commit

Permalink
fix: Component Option default type (#934)
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
  • Loading branch information
petro97 authored Jun 12, 2024
1 parent 5b9dd89 commit 0de13d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/pcm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ export interface ProductComponentOption {
quantity: number
type: string
sort_order?: number | null
default?: boolean
meta: {
name: string
sku: string
Expand Down

0 comments on commit 0de13d7

Please sign in to comment.