Skip to content

Commit 338cfde

Browse files
committed
Use ProductCustomAttribute type in ProductBlockElement type definition
1 parent 7d32ab3 commit 338cfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/types/content.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ export interface ProductBlockElement {
478478
image?: ProductImage;
479479
secondaryHeading: string;
480480
primaryHeading: string;
481-
customAttributes: { name: string; value: string }[];
481+
customAttributes: ProductCustomAttribute[];
482482
content: FEElement[];
483483
h2Id?: string;
484484
displayType: ProductDisplayType;

0 commit comments

Comments
 (0)