Skip to content

@wembat/client / WembatActionResponse

Interface: WembatActionResponse<WR>

Represents the response of a Wembat action.

Type parameters

WR extends WembatResult

The type of the Wembat result.

Properties

error

error: WembatError

The error that occurred during the action, if any.

Source

types.ts:52


result

result: WR

The result of the action.

Source

types.ts:57


success

success: boolean

Indicates whether the action was successful.

Source

types.ts:47


Generated using typedoc-plugin-markdown and TypeDoc