Type of objects whose values are all of the same type.
The in and for-in operators can not be safely used,
since Object.prototype may be modified by outside code.
Type parameters
T
Hierarchy
MapLike
Indexable
[index: string]: T
Type of objects whose values are all of the same type.
The in and for-in operators can not be safely used,
since Object.prototype may be modified by outside code.
Type of objects whose values are all of the same type. The
in
andfor-in
operators can not be safely used, sinceObject.prototype
may be modified by outside code.