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


UpdatesGetOperationsNextResponse type

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

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