Home / Type/ ImpactResult Type — typescript-sdk Architecture

ImpactResult Type — typescript-sdk Architecture

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

Entity Profile

Source Code

src/models/ImpactResult.ts lines 52–83

export interface ImpactResult {
    /**
     * 
     * @type {ImpactTarget}
     * @memberof ImpactResult
     */
    target: ImpactTarget;
    /**
     * 
     * @type {BlastRadius}
     * @memberof ImpactResult
     */
    blastRadius: BlastRadius;
    /**
     * Functions affected by changes to this target.
     * @type {Array<AffectedFunction>}
     * @memberof ImpactResult
     */
    affectedFunctions: Array<AffectedFunction>;
    /**
     * Files affected by changes to this target.
     * @type {Array<AffectedFile>}
     * @memberof ImpactResult
     */
    affectedFiles: Array<AffectedFile>;
    /**
     * Entry points (route handlers, exports) affected by this target.
     * @type {Array<AffectedEntryPoint>}
     * @memberof ImpactResult
     */
    entryPointsAffected: Array<AffectedEntryPoint>;
}

Analyze Your Own Codebase

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

Try Supermodel Free