次の方法で共有


ServiceSubmitBatchResponseModel type

submitBatch 操作の応答データが含まれます。

type ServiceSubmitBatchResponseModel = WithResponse<
  ServiceSubmitBatchResponseInternal,
  ServiceSubmitBatchHeaders
>