RankResponse2 type

ランク操作の応答データを格納します。

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