You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation of aliases created with the type statement is ignored, and the documentation of typing.TypeAliasType. is used instead.
This is unlike type aliases defined by assignment.
Interestingly, type aliases created by the type statement are included without need to be specified in the type_aliases dictionary of make-api.json, unlike type aliases created by assignment.