SourceControlCreateOrUpdateResponse type
Содержит данные ответа для операции createOrUpdate.
type SourceControlCreateOrUpdateResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}