TasksListNextResponse type

Contains response data for the listNext operation.

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