Home / Type/ SupermodelArtifact Type — typescript-sdk Architecture

SupermodelArtifact Type — typescript-sdk Architecture

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

Entity Profile

Source Code

src/models/SupermodelArtifact.ts lines 21–46

export interface SupermodelArtifact {
    /**
     * Unique identifier for the artifact.
     * @type {string}
     * @memberof SupermodelArtifact
     */
    id: string;
    /**
     * Artifact kind such as graph, summary, or embedding.
     * @type {string}
     * @memberof SupermodelArtifact
     */
    kind: string;
    /**
     * Human-readable name for the artifact.
     * @type {string}
     * @memberof SupermodelArtifact
     */
    label: string;
    /**
     * Additional metadata for consuming the artifact.
     * @type {{ [key: string]: any; }}
     * @memberof SupermodelArtifact
     */
    metadata?: { [key: string]: any; };
}

Analyze Your Own Codebase

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

Try Supermodel Free