AsyncEnvelope Type — typescript-sdk Architecture
Architecture documentation for the AsyncEnvelope type/interface in async.ts from the typescript-sdk codebase.
Entity Profile
Source Code
src/async.ts lines 187–193
interface AsyncEnvelope<T> {
status: string;
jobId: string;
retryAfter?: number;
error?: string;
result?: T;
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free