SourceControlCreateOrUpdateResponse type
Innehåller svarsdata för åtgärden createOrUpdate.
type SourceControlCreateOrUpdateResponse = SourceControl & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: SourceControl
}
}