AsyncResult
AsyncResult<
T> =Promise<Result<T>>
Defined in: packages/agentic-control/src/core/types.ts:121
Async result type
Type Parameters
Section titled “Type Parameters”T
AsyncResult<
T> =Promise<Result<T>>
Defined in: packages/agentic-control/src/core/types.ts:121
Async result type
T