Skip to content

AsyncResult

AsyncResult<T> = Promise<Result<T>>

Defined in: packages/agentic-control/src/core/types.ts:121

Async result type

T