@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
result
result:
WR
The result of the action.
Source
success
success:
boolean
Indicates whether the action was successful.
Source
Generated using typedoc-plugin-markdown and TypeDoc