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


ProjectsListNextResponse type

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

type ProjectsListNextResponse = ProjectList & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: ProjectList
  }
}