DeadCodeAnalysisResponseAsync Type — typescript-sdk Architecture
Architecture documentation for the DeadCodeAnalysisResponseAsync type/interface in DeadCodeAnalysisResponseAsync.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/models/DeadCodeAnalysisResponseAsync.ts lines 28–59
export interface DeadCodeAnalysisResponseAsync {
/**
* Current status of the job.
* @type {string}
* @memberof DeadCodeAnalysisResponseAsync
*/
status: DeadCodeAnalysisResponseAsyncStatusEnum;
/**
* Unique identifier for the job.
* @type {string}
* @memberof DeadCodeAnalysisResponseAsync
*/
jobId: string;
/**
* Recommended seconds to wait before polling again.
* @type {number}
* @memberof DeadCodeAnalysisResponseAsync
*/
retryAfter?: number;
/**
* Error message (present when status is failed).
* @type {string}
* @memberof DeadCodeAnalysisResponseAsync
*/
error?: string;
/**
*
* @type {DeadCodeAnalysisResponse}
* @memberof DeadCodeAnalysisResponseAsync
*/
result?: DeadCodeAnalysisResponse;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free