@cruglobal/godtools-shared 0.9.0-PR424-SNAPSHOT.1190 → 0.9.0-PR424-SNAPSHOT.1192

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.
@@ -288,6 +288,7 @@ export declare namespace org.cru.godtools.shared.tool.parser.model {
288
288
  get hasTips(): boolean;
289
289
  findPage(id: Nullable<string>): Nullable<org.cru.godtools.shared.tool.parser.model.page.Page>;
290
290
  get pages(): Array<org.cru.godtools.shared.tool.parser.model.page.Page>;
291
+ get jsResources(): Array<org.cru.godtools.shared.tool.parser.model.Resource>;
291
292
  get stylesParent(): Nullable<org.cru.godtools.shared.tool.parser.model.Base>/* Nullable<org.cru.godtools.shared.tool.parser.model.Styles> */;
292
293
  readonly __doNotUseOrImplementIt: org.cru.godtools.shared.tool.parser.model.Base["__doNotUseOrImplementIt"];
293
294
  }