SourceControlCreateOrUpdateResponse type
Contiene datos de respuesta para la operación createOrUpdate.
type SourceControlCreateOrUpdateResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}