CommitmentPlansPatchResponse type
Düzeltme eki işlemi için yanıt verilerini içerir.
type CommitmentPlansPatchResponse = CommitmentPlan & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: CommitmentPlan
}
}