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

Dependency Diagram

graph TD
  a5f8e9b7_614a_0c3b_66b2_677817152b08["SupermodelArtifact"]
  9304565f_42d3_68a0_a8b9_0e2f54de3150["SupermodelArtifact.ts"]
  a5f8e9b7_614a_0c3b_66b2_677817152b08 -->|defined in| 9304565f_42d3_68a0_a8b9_0e2f54de3150
  style a5f8e9b7_614a_0c3b_66b2_677817152b08 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

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; };
}

Frequently Asked Questions

What is the SupermodelArtifact type?
SupermodelArtifact is a type/interface in the typescript-sdk codebase, defined in src/models/SupermodelArtifact.ts.
Where is SupermodelArtifact defined?
SupermodelArtifact is defined in src/models/SupermodelArtifact.ts at line 21.

Analyze Your Own Codebase

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

Try Supermodel Free