CodeGraphRelationship Type — typescript-sdk Architecture
Architecture documentation for the CodeGraphRelationship type/interface in CodeGraphRelationship.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/models/CodeGraphRelationship.ts lines 21–52
export interface CodeGraphRelationship {
/**
*
* @type {string}
* @memberof CodeGraphRelationship
*/
id: string;
/**
*
* @type {string}
* @memberof CodeGraphRelationship
*/
type: string;
/**
*
* @type {string}
* @memberof CodeGraphRelationship
*/
startNode: string;
/**
*
* @type {string}
* @memberof CodeGraphRelationship
*/
endNode: string;
/**
*
* @type {{ [key: string]: any; }}
* @memberof CodeGraphRelationship
*/
properties?: { [key: string]: any; };
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free