CodeGraphEnvelope Type — typescript-sdk Architecture
Architecture documentation for the CodeGraphEnvelope type/interface in CodeGraphEnvelope.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/models/CodeGraphEnvelope.ts lines 40–71
export interface CodeGraphEnvelope {
/**
*
* @type {Date}
* @memberof CodeGraphEnvelope
*/
generatedAt?: Date;
/**
*
* @type {string}
* @memberof CodeGraphEnvelope
*/
message?: string;
/**
*
* @type {CodeGraphStats}
* @memberof CodeGraphEnvelope
*/
stats?: CodeGraphStats;
/**
*
* @type {CodeGraphEnvelopeMetadata}
* @memberof CodeGraphEnvelope
*/
metadata?: CodeGraphEnvelopeMetadata;
/**
*
* @type {CodeGraphEnvelopeGraph}
* @memberof CodeGraphEnvelope
*/
graph: CodeGraphEnvelopeGraph;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free