Home / Type/ SupermodelIRAsync Type — typescript-sdk Architecture

SupermodelIRAsync Type — typescript-sdk Architecture

Architecture documentation for the SupermodelIRAsync type/interface in SupermodelIRAsync.ts from the typescript-sdk codebase.

Entity Profile

Source Code

src/models/SupermodelIRAsync.ts lines 28–59

export interface SupermodelIRAsync {
    /**
     * Current status of the job.
     * @type {string}
     * @memberof SupermodelIRAsync
     */
    status: SupermodelIRAsyncStatusEnum;
    /**
     * Unique identifier for the job.
     * @type {string}
     * @memberof SupermodelIRAsync
     */
    jobId: string;
    /**
     * Recommended seconds to wait before polling again.
     * @type {number}
     * @memberof SupermodelIRAsync
     */
    retryAfter?: number;
    /**
     * Error message (present when status is failed).
     * @type {string}
     * @memberof SupermodelIRAsync
     */
    error?: string;
    /**
     * 
     * @type {SupermodelIR}
     * @memberof SupermodelIRAsync
     */
    result?: SupermodelIR;
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free