SourceControlGetResponse type

Contains response data for the get operation.

type SourceControlGetResponse = SourceControl & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: SourceControl
  }
}