export const enum CounterActionTypes { INCREMENT = "INCREMENT", DECREMENT = "DECREMENT", RESET = "RESET", SET = "SET", }