Home / Type/ CircularDependencyResponse Type — typescript-sdk Architecture

CircularDependencyResponse Type — typescript-sdk Architecture

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

Entity Profile

Source Code

src/models/CircularDependencyResponse.ts lines 40–59

export interface CircularDependencyResponse {
    /**
     * 
     * @type {CircularDependencyMetadata}
     * @memberof CircularDependencyResponse
     */
    metadata: CircularDependencyMetadata;
    /**
     * Detected dependency cycles.
     * @type {Array<CircularDependencyCycle>}
     * @memberof CircularDependencyResponse
     */
    cycles: Array<CircularDependencyCycle>;
    /**
     * 
     * @type {CircularDependencySummary}
     * @memberof CircularDependencyResponse
     */
    summary: CircularDependencySummary;
}

Analyze Your Own Codebase

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

Try Supermodel Free