共用方式為


RankResponse2 type

包含排名作業的響應數據。

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