We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc7bfc commit 99ffabfCopy full SHA for 99ffabf
src/types.d.ts
@@ -84,6 +84,11 @@ declare global {
84
85
// required for non-base entries
86
pageType: 'product' | string;
87
+
88
+ /**
89
+ * Attributes to include in the variant attributes table
90
+ */
91
+ variantAttributes?: string[];
92
}
93
94
/**
@@ -142,7 +147,7 @@ declare global {
142
147
offerVariantURLTemplate?: string;
143
148
attributeOverrides?: AttributeOverrides;
144
149
siteOverrides?: Record<string, Record<string, unknown>>;
145
- imageParams?: Record<string, string>;q
150
+ imageParams?: Record<string, string>;
146
151
variantAttributes?: string[];
152
liveSearchEnabled?: boolean;
153
confMap: ConfigMap;
0 commit comments