Поделиться через


WorkItemConfigurationsGetDefaultResponse type

Содержит данные ответа для операции getDefault.

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