SupermodelIRStats Type — typescript-sdk Architecture
Architecture documentation for the SupermodelIRStats type/interface in SupermodelIRStats.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD 2d4c3157_09b3_d33d_dbdc_f0782798b766["SupermodelIRStats"] 42e1b60a_571c_1de9_a996_12197860039c["SupermodelIRStats.ts"] 2d4c3157_09b3_d33d_dbdc_f0782798b766 -->|defined in| 42e1b60a_571c_1de9_a996_12197860039c style 2d4c3157_09b3_d33d_dbdc_f0782798b766 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/models/SupermodelIRStats.ts lines 21–46
export interface SupermodelIRStats {
/**
*
* @type {number}
* @memberof SupermodelIRStats
*/
nodeCount?: number;
/**
*
* @type {number}
* @memberof SupermodelIRStats
*/
relationshipCount?: number;
/**
*
* @type {{ [key: string]: number; }}
* @memberof SupermodelIRStats
*/
nodeTypes?: { [key: string]: number; };
/**
*
* @type {{ [key: string]: number; }}
* @memberof SupermodelIRStats
*/
relationshipTypes?: { [key: string]: number; };
}
Defined In
Source
Frequently Asked Questions
What is the SupermodelIRStats type?
SupermodelIRStats is a type/interface in the typescript-sdk codebase, defined in src/models/SupermodelIRStats.ts.
Where is SupermodelIRStats defined?
SupermodelIRStats is defined in src/models/SupermodelIRStats.ts at line 21.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free