Skip to content
Merged
Prev Previous commit
Next Next commit
build ts file
  • Loading branch information
mkruskal-google committed May 8, 2025
commit 9e3aec6dc5553ffaf06df7468744640f351f987c
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,9 @@ export abstract class NamespaceBase extends ReflectionObject {
/** Whether or not objects contained in this namespace need feature resolution. */
protected _needsRecursiveFeatureResolution: boolean;

/** Whether or not objects contained in this namespace need a resolve. */
protected _needsRecursiveResolve: boolean;

/** Nested objects of this namespace as an array for iteration. */
public readonly nestedArray: ReflectionObject[];

Expand Down