RankResponse2 type

Contains response data for the rank operation.

type RankResponse2 = RankResponse & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: RankResponse
  }
}