Поделиться через


UpdatesGetOperationsResponse type

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

type UpdatesGetOperationsResponse = PageableListOfOperations & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfOperations
  }
}