ActionResult type

Represents the result of executing the action

type ActionResult<TResult> = BaseActionResult<TResult>