Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / AutomationActionResult

Interface: AutomationActionResult

Defined in: lib/vowel/types/types.ts:168

Result from automation actions

Properties

PropertyTypeDescriptionDefined in
successbooleanWhether the action succeededlib/vowel/types/types.ts:170
error?stringError message if action failedlib/vowel/types/types.ts:172
data?anyAdditional data from the actionlib/vowel/types/types.ts:174