@orangecheck/agent-anthropic / InvokeWithStampAndPostResult
Interface: InvokeWithStampAndPostResult<T>
Defined in: index.ts:228
Extends
InvokeWithStampResult<T>
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-action"></a> action | ActionEnvelope | - | InvokeWithStampResult.action | index.ts:132 |
<a id="property-posted"></a> posted | PostActionResult | null | Set when fleet is configured AND the POST succeeded. null otherwise. | - | index.ts:230 |
<a id="property-result"></a> result | T | - | InvokeWithStampResult.result | index.ts:131 |