EZ
В фф вроде все как ожидалось
Size: a a a
EZ
E
VS
EZ
VS
E
E
EZ
VS
E
E
That should be corrected if anyone invents a time machine. :PЖаль, что машину времени так и не изобрели.
SS
import AllTypes from "./allTypes";
export type TypesMap = {
[K in Keys]: AllTypes[K]
};
DD
import AllTypes from "./allTypes";
export type TypesMap = {
[K in Keys]: AllTypes[K]
};
EO
import AllTypes from "./allTypes";
export type TypesMap = {
[K in Keys]: AllTypes[K]
};
SS
SS
SS
SS