typeof type map.
typeof
TypeOfMap["string"]; // `string`TypeOfMap["boolean"]; // `boolean`TypeOfMap["function"]; // `GenericFunction`
Readonly
typeof
type map.Example