ContainerGetAccountInfoResponse type

包含 getAccountInfo 作業的響應數據。

TypeScript
type ContainerGetAccountInfoResponse = WithResponse<
  ContainerGetAccountInfoHeaders,
  ContainerGetAccountInfoHeaders
>