Home / Type/ SupermodelIRStats Type — typescript-sdk Architecture

SupermodelIRStats Type — typescript-sdk Architecture

Architecture documentation for the SupermodelIRStats type/interface in SupermodelIRStats.ts from the typescript-sdk codebase.

Entity Profile

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; };
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free