SV
Size: a a a
MO
OA
a
createSlice
, из-за чего сложно получить автовывод типа корневого стора.IL
M
M
G
AL
KY
SS
KY
DB
const keys = ['a', 'b', 'c'];
type Keys = typeof keys[number]
SS
const keys = ['a', 'b', 'c'];
type Keys = typeof keys[number]
DB
SS
const keys = ['a', 'b', 'c'];
type Keys = typeof keys[number]
EO
DB
const keys = ['a', 'b', 'c'] as const
type Keys = typeof keys[number];
SS
EO