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

Commit

Permalink
feat!: make variation meta field into optional to correctly support p…
Browse files Browse the repository at this point in the history
…re-organisation support variations (#891)

BREAKING CHANGE: Turn variation meta field into optional to support pre-organization variations
  • Loading branch information
GeorgeBotzakis authored Nov 2, 2023
1 parent a656915 commit 7b11a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/pcm-variations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {

export interface PCMVariation extends Identifiable, PCMVariationBase {
type: 'product-variation'
meta: {
meta?: {
options?: PCMVariationMetaOption[]
owner: 'organization' | 'store'
}
Expand Down

0 comments on commit 7b11a14

Please sign in to comment.