VersionsImportMethodResponse type

Contains response data for the importMethod operation.

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