次の方法で共有


ServiceGetAccountInfoResponse type

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

type ServiceGetAccountInfoResponse = WithResponse<
  ServiceGetAccountInfoHeaders,
  ServiceGetAccountInfoHeaders
>