Delen via


SourceControlGetResponse type

Bevat antwoordgegevens voor de get-bewerking.

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