WorkItemConfigurationsGetDefaultResponse type
getDefault 操作の応答データが含まれています。
type WorkItemConfigurationsGetDefaultResponse = WorkItemConfiguration & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: WorkItemConfiguration
}
}