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

Commit 927bb84

Browse files
authored
feat: Add tags to product interface (#921)
1 parent eca7de2 commit 927bb84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/pcm.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export interface PcmProductBase extends PcmProductRelationships {
3939
locales?: { [key in Locales]?: { name?: string; description?: string } }
4040
components?: ProductComponents
4141
custom_inputs?: CustomInputs
42+
tags?: string[]
4243
}
4344
}
4445

0 commit comments

Comments
 (0)