An action whose callback doesn't return a result must not specify the result type.
The types of the action's options.
Optional
When no result type is specified, the action callback returns void (possibly behind a promise).
void
An action whose callback doesn't return a result must not specify the result type.