DeadCodeAnalysisResponseAsync Type — typescript-sdk Architecture
Architecture documentation for the DeadCodeAnalysisResponseAsync type/interface in DeadCodeAnalysisResponseAsync.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD 7d279ae7_4445_9832_8cb1_74df836ca237["DeadCodeAnalysisResponseAsync"] de57e938_e739_3e50_69bc_11b2efed3375["DeadCodeAnalysisResponseAsync.ts"] 7d279ae7_4445_9832_8cb1_74df836ca237 -->|defined in| de57e938_e739_3e50_69bc_11b2efed3375 style 7d279ae7_4445_9832_8cb1_74df836ca237 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
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;
}
Defined In
Source
Frequently Asked Questions
What is the DeadCodeAnalysisResponseAsync type?
DeadCodeAnalysisResponseAsync is a type/interface in the typescript-sdk codebase, defined in src/models/DeadCodeAnalysisResponseAsync.ts.
Where is DeadCodeAnalysisResponseAsync defined?
DeadCodeAnalysisResponseAsync is defined in src/models/DeadCodeAnalysisResponseAsync.ts at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free