Home / Type/ CycleEdge Type — typescript-sdk Architecture

CycleEdge Type — typescript-sdk Architecture

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

Entity Profile

Source Code

src/models/CycleEdge.ts lines 21–40

export interface CycleEdge {
    /**
     * File path of the importing file.
     * @type {string}
     * @memberof CycleEdge
     */
    source: string;
    /**
     * File path of the imported file.
     * @type {string}
     * @memberof CycleEdge
     */
    target: string;
    /**
     * Symbols imported along this edge.
     * @type {Array<string>}
     * @memberof CycleEdge
     */
    importedSymbols: Array<string>;
}

Analyze Your Own Codebase

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

Try Supermodel Free