Dela via


WebTestsGetResponse type

Innehåller svarsdata för get-åtgärden.

type WebTestsGetResponse = WebTest & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: WebTest }
}