export type Reducer = ( state: State, action: keyof Actions, payload: Actions[keyof Actions] ) => State;