Skip to content

Poor Typings for Schema$InstanceAggregatedList #1383

@david-cannady

Description

@david-cannady

Environment details

  • OS: N/A
  • Node.js version: N/A
  • npm version: N/A
  • googleapis version: "34.0.0"

Steps to reproduce

None.
Schema$InstanceAggregatedList.items is defined as ?: any.
This should be something like ?: { [key: string]?: Schema$InstancesScopedList }.
The same is true for Schema$*.warning. It would be better to have those properly defined.

Metadata

Metadata

Labels

TypeScriptpriority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions