DomainClassificationResponseAsync Type — typescript-sdk Architecture
Architecture documentation for the DomainClassificationResponseAsync type/interface in DomainClassificationResponseAsync.ts from the typescript-sdk codebase.
Entity Profile
Dependency Diagram
graph TD bfbb8887_8898_54d3_de93_5b5805bc42f1["DomainClassificationResponseAsync"] 421bbfea_8b9d_f0e8_7280_8c305c5d790c["DomainClassificationResponseAsync.ts"] bfbb8887_8898_54d3_de93_5b5805bc42f1 -->|defined in| 421bbfea_8b9d_f0e8_7280_8c305c5d790c style bfbb8887_8898_54d3_de93_5b5805bc42f1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/models/DomainClassificationResponseAsync.ts lines 28–59
export interface DomainClassificationResponseAsync {
/**
* Current status of the job.
* @type {string}
* @memberof DomainClassificationResponseAsync
*/
status: DomainClassificationResponseAsyncStatusEnum;
/**
* Unique identifier for the job.
* @type {string}
* @memberof DomainClassificationResponseAsync
*/
jobId: string;
/**
* Recommended seconds to wait before polling again.
* @type {number}
* @memberof DomainClassificationResponseAsync
*/
retryAfter?: number;
/**
* Error message (present when status is failed).
* @type {string}
* @memberof DomainClassificationResponseAsync
*/
error?: string;
/**
*
* @type {DomainClassificationResponse}
* @memberof DomainClassificationResponseAsync
*/
result?: DomainClassificationResponse;
}
Source
Frequently Asked Questions
What is the DomainClassificationResponseAsync type?
DomainClassificationResponseAsync is a type/interface in the typescript-sdk codebase, defined in src/models/DomainClassificationResponseAsync.ts.
Where is DomainClassificationResponseAsync defined?
DomainClassificationResponseAsync is defined in src/models/DomainClassificationResponseAsync.ts at line 28.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free