Python2PackageUpdateResponse type

Contains response data for the update operation.

type Python2PackageUpdateResponse = Module & {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: Module }
}