Home / Type/ AffectedEntryPoint Type — typescript-sdk Architecture

AffectedEntryPoint Type — typescript-sdk Architecture

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

Entity Profile

Source Code

src/models/AffectedEntryPoint.ts lines 21–40

export interface AffectedEntryPoint {
    /**
     * File path relative to repository root.
     * @type {string}
     * @memberof AffectedEntryPoint
     */
    file: string;
    /**
     * Name or route of the entry point.
     * @type {string}
     * @memberof AffectedEntryPoint
     */
    name: string;
    /**
     * Type of entry point.
     * @type {string}
     * @memberof AffectedEntryPoint
     */
    type: AffectedEntryPointTypeEnum;
}

Analyze Your Own Codebase

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

Try Supermodel Free