SourceControlGetResponse type
Zawiera dane odpowiedzi dla operacji pobierania.
type SourceControlGetResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}