Dela via


WebTestsListNextResponse type

Innehåller svarsdata för åtgärden listNext.

type WebTestsListNextResponse = WebTestListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WebTestListResult
  }
}