GetCorrelatedEventListResponse type

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

type GetCorrelatedEventListResponse = FabricEventUnion[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: FabricEventUnion[]
  }
}