Skip to content

Instantly share code, notes, and snippets.

@cjoecker
Last active March 28, 2020 19:44
Show Gist options
  • Save cjoecker/a4704385cc8235832a052a11cf49d4f3 to your computer and use it in GitHub Desktop.
Save cjoecker/a4704385cc8235832a052a11cf49d4f3 to your computer and use it in GitHub Desktop.
src/services/FunFact_Actions.ts
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