Home / Type/ SubdomainSummary Type — typescript-sdk Architecture

SubdomainSummary Type — typescript-sdk Architecture

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

Entity Profile

Source Code

src/models/SubdomainSummary.ts lines 21–52

export interface SubdomainSummary {
    /**
     * Subdomain name
     * @type {string}
     * @memberof SubdomainSummary
     */
    name: string;
    /**
     * Concise description of the subdomain
     * @type {string}
     * @memberof SubdomainSummary
     */
    descriptionSummary: string;
    /**
     * List of file paths assigned to this subdomain
     * @type {Array<string>}
     * @memberof SubdomainSummary
     */
    files: Array<string>;
    /**
     * List of function IDs assigned to this subdomain
     * @type {Array<string>}
     * @memberof SubdomainSummary
     */
    functions: Array<string>;
    /**
     * List of class IDs assigned to this subdomain
     * @type {Array<string>}
     * @memberof SubdomainSummary
     */
    classes: Array<string>;
}

Analyze Your Own Codebase

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

Try Supermodel Free