@gem-sdk/core 1.44.0-dev.76 → 1.44.0-dev.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -8182,6 +8182,8 @@ type PageContext = {
|
|
|
8182
8182
|
numberOfProductOfProductList?: number;
|
|
8183
8183
|
isPreviewing?: boolean;
|
|
8184
8184
|
pageType?: string;
|
|
8185
|
+
isThemeSection?: boolean;
|
|
8186
|
+
sectionName?: string;
|
|
8185
8187
|
};
|
|
8186
8188
|
type OnlyOne<T, U> = (T & {
|
|
8187
8189
|
[K in keyof U]?: never;
|