Last active
March 28, 2020 19:44
-
-
Save cjoecker/a4704385cc8235832a052a11cf49d4f3 to your computer and use it in GitHub Desktop.
src/services/FunFact_Actions.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export enum CounterActionTypes { | |
SumCounter = "SumCounter", | |
SubtractCounter = "SubtractCounter", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment