Skip to content

@vowel.to/client v0.3.3-beta


@vowel.to/client / index / AutomationActionResult

Interface: AutomationActionResult

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

Result from automation actions

Properties

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