مشاركة عبر


WorkItemConfigurationsCreateResponse type

يحتوي على بيانات الاستجابة لعملية الإنشاء.

type WorkItemConfigurationsCreateResponse = WorkItemConfiguration & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: WorkItemConfiguration
  }
}