共用方式為


RankResponse2 type

包含排名作業的回應資料。

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