BatchActionResult type

バッチ処理されたアクションの結果。

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