Bagikan melalui


RankResponse2 type

Berisi data respons untuk operasi peringkat.

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