CommitmentPlansPatchResponse type

Contains response data for the patch operation.

type CommitmentPlansPatchResponse = CommitmentPlan & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: CommitmentPlan
  }
}