OperationsListNextResponse type

Contains response data for the listNext operation.

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