Skip to content

Commit 99ffabf

Browse files
committed
fix: add to RawConfigEntry schema
1 parent cdc7bfc commit 99ffabf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/types.d.ts

+6-1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ declare global {
8484

8585
// required for non-base entries
8686
pageType: 'product' | string;
87+
88+
/**
89+
* Attributes to include in the variant attributes table
90+
*/
91+
variantAttributes?: string[];
8792
}
8893

8994
/**
@@ -142,7 +147,7 @@ declare global {
142147
offerVariantURLTemplate?: string;
143148
attributeOverrides?: AttributeOverrides;
144149
siteOverrides?: Record<string, Record<string, unknown>>;
145-
imageParams?: Record<string, string>;q
150+
imageParams?: Record<string, string>;
146151
variantAttributes?: string[];
147152
liveSearchEnabled?: boolean;
148153
confMap: ConfigMap;

0 commit comments

Comments
 (0)