CommitmentPlansListNextResponse type

Contains response data for the listNext operation.

type CommitmentPlansListNextResponse = CommitmentPlanListResult & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentPlanListResult
  }
}