Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active July 6, 2018 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/62f2917b46504eaae851c6eb0a558421 to your computer and use it in GitHub Desktop.
Save lydemann/62f2917b46504eaae851c6eb0a558421 to your computer and use it in GitHub Desktop.
export enum TodoListActionTypes {
TodoItemsLoaded = 'TodoItemsLoaded',
TodoItemCreated = 'TodoItemCreated',
TodoItemDeleted = 'TodoItemDeleted',
TodoItemUpdated = 'TodoItemUpdated',
TodoItemCompleted = 'TodoItemCompleted',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment