BatchActionResult type

The result of a batched action.

type BatchActionResult<T, Kind> =
  | BatchActionSuccessResult<T, Kind>
  | BatchActionErrorResult<Kind>