@livetiles/reach-plugin-types 0.5.0-preview.312 → 0.5.0-preview.316
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/lib/index.d.ts +1 -0
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2559,6 +2559,7 @@ declare module "libs/reach/util/common/src/content/PageItem" {
|
|
|
2559
2559
|
hasAnyPageChild?: boolean;
|
|
2560
2560
|
pageType?: PageType;
|
|
2561
2561
|
useExternalContent?: boolean;
|
|
2562
|
+
isGroupInheritanceBroken?: boolean;
|
|
2562
2563
|
isSearchMatch?: boolean;
|
|
2563
2564
|
topLevelFolderName?: string;
|
|
2564
2565
|
uploadToken?: string;
|