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


OperationsListNextResponse type

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

type OperationsListNextResponse = OperationList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationList
  }
}