VersionsCloneResponse type

包含複製作業的回應資料。

type VersionsCloneResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}