UpdatesGetVersionsResponse type
Contains response data for the getVersions operation.
type UpdatesGetVersionsResponse = PageableListOfStrings & {
_response: coreHttp.HttpResponse & {
bodyAsText: string
parsedBody: PageableListOfStrings
}
}