-
Notifications
You must be signed in to change notification settings - Fork 2k
Poor Typings for Schema$InstanceAggregatedList #1383
Copy link
Copy link
Closed
googleapis/nodejs-googleapis-common
#34Labels
TypeScriptpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
TypeScriptpriority: p2Moderately-important priority. Fix may not be included in next release.Moderately-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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
googleapisversion: "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.