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