Closed
Description
Developers can not declare the type of several variables.
Several lib.d.ts interfaces is defined the type of instance. The type of the variable can not be defined in a different variable. That is, the variable type is not defined.
TypeScript does not provide the type definition of several variable.
I understand that it is difficult to realize the required only the name of the types in the specification.
TypeScript adds another definition, or give up static variable type definitions, it is this selection.
How corresponding to this problem?
I want to know the development policy.