ContainerGetAccountInfoResponse type

getAccountInfo 操作の応答データが含まれています。

type ContainerGetAccountInfoResponse = WithResponse<
  ContainerGetAccountInfoHeaders,
  ContainerGetAccountInfoHeaders
>