SourceControlCreateOrUpdateResponse type
Contains response data for the createOrUpdate operation.
type SourceControlCreateOrUpdateResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}