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


TasksListNextResponse type

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

type TasksListNextResponse = TaskList & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: TaskList }
}