Home / Function/ AffectedEntryPointToJSON() — typescript-sdk Function Reference

AffectedEntryPointToJSON() — typescript-sdk Function Reference

Architecture documentation for the AffectedEntryPointToJSON() function in AffectedEntryPoint.ts from the typescript-sdk codebase.

Entity Profile

Relationship Graph

Source Code

src/models/AffectedEntryPoint.ts lines 81–91

export function AffectedEntryPointToJSON(value?: AffectedEntryPoint | null): any {
    if (value == null) {
        return value;
    }
    return {
        
        'file': value['file'],
        'name': value['name'],
        'type': value['type'],
    };
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free