BaseParams
BaseParams<
TThrowOnFail
>:object
The base parameters shared across all actions
Type Parameters
• TThrowOnFail extends boolean
= boolean
Type declaration
throwOnFail?
readonly
optional
throwOnFail:TThrowOnFail
Whether to throw on errors or return errors as value on the ‘errors’ property
Defaults to true