Delen via


SourceControlCreateOrUpdateResponse type

Bevat antwoordgegevens voor de createOrUpdate-bewerking.

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