@swastikbhattacharyya/next-actions - v0.3.2
Preparing search index...
types
ActionResultWithoutError
Type Alias ActionResultWithoutError<SuccessPayload>
ActionResultWithoutError
:
ActionResult
<
SuccessPayload
,
void
>
A shortcut type for a
ActionResult
that returns a payload but no errors.
Type Parameters
SuccessPayload
extends
void
|
object
The payload to return.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@swastikbhattacharyya/next-actions - v0.3.2
Loading...
A shortcut type for a ActionResult that returns a payload but no errors.