ServiceGetAccountInfoResponse type

Contains response data for the getAccountInfo operation.

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