次の方法で共有


BlobGetAccountInfoResponse type

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

type BlobGetAccountInfoResponse = WithResponse<
  BlobGetAccountInfoHeaders,
  BlobGetAccountInfoHeaders
>