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

Commit

Permalink
fix: made option sku required (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyk-kanafotskyy authored Jan 20, 2022
1 parent fc30124 commit b2caf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/pcm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface ProductComponentOption {
type: string
meta: {
name: string
sku?: string
sku: string
status: string
}
}
Expand Down

0 comments on commit b2caf8d

Please sign in to comment.