VersionsCloneResponse type

Contains response data for the clone operation.

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