ServiceGetAccountInfoResponse type

Contains response data for the getAccountInfo operation.

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