@vowel.to/client / index / AutomationActionResult
Interface: AutomationActionResult
Defined in: lib/vowel/types/types.ts:168
Result from automation actions
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
success | boolean | Whether the action succeeded | lib/vowel/types/types.ts:170 |
error? | string | Error message if action failed | lib/vowel/types/types.ts:172 |
data? | any | Additional data from the action | lib/vowel/types/types.ts:174 |