UpdatesGetVersionsResponse type

getVersions 操作の応答データが含まれます。

type UpdatesGetVersionsResponse = PageableListOfStrings & {
  _response: coreHttp.HttpResponse & {
    bodyAsText: string
    parsedBody: PageableListOfStrings
  }
}