ServiceGetAccountInfoResponse type

Содержит данные ответа для операции getAccountInfo.

type ServiceGetAccountInfoResponse = ServiceGetAccountInfoHeaders & {
  _response: coreHttp.HttpResponse & {
    parsedHeaders: ServiceGetAccountInfoHeaders
  }
}