WorkItemConfigurationsGetDefaultResponse type
Enthält Antwortdaten für den getDefault-Vorgang.
type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WorkItemConfiguration
}
}