共用方式為


SourceControlCreateOrUpdateResponse type

包含 createOrUpdate 作業的回應資料。

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