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

SupermodelArtifactToJSON() — typescript-sdk Function Reference

Architecture documentation for the SupermodelArtifactToJSON() function in SupermodelArtifact.ts from the typescript-sdk codebase.

Entity Profile

Relationship Graph

Source Code

src/models/SupermodelArtifact.ts lines 75–86

export function SupermodelArtifactToJSON(value?: SupermodelArtifact | null): any {
    if (value == null) {
        return value;
    }
    return {
        
        'id': value['id'],
        'kind': value['kind'],
        'label': value['label'],
        'metadata': value['metadata'],
    };
}

Domain

Subdomains

Analyze Your Own Codebase

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

Try Supermodel Free