GetChaosResponse type

Содержит данные ответа для операции getChaos.

type GetChaosResponse = Chaos & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Chaos }
}