const todosReducer: Reducer<todoType[], todosActionsType> = (
  prevState = defaultState.todos,
  action
) => {
  switch (action.type) {