sample2.tsx(77,18): error TS2339: Property 'up' does not exist on type 'ActionType<State, Actions> | ActionsType<any, Actions>'.
Property 'up' does not exist on type 'ActionType<State, Actions>'.
sample2.tsx(78,18): error TS2339: Property 'up' does not exist on type 'ActionType<State, Actions> | ActionsType<any, Actions>'.
Property 'up' does not exist on type 'ActionType<State, Actions>'.
sample2.tsx(82,18): error TS2339: Property 'down' does not exist on type 'ActionType<State, Actions> | ActionsType<any, Actions>'.
Property 'down' does not exist on type 'ActionType<State, Actions>'.
sample2.tsx(83,18): error TS2339: Property 'down' does not exist on type 'ActionType<State, Actions> | ActionsType<any, Actions>'.
Property 'down' does not exist on type 'ActionType<State, Actions>'.
i write this typescript code
error message is this
maybe nested-actions is worng?