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