Skip to content

Instantly share code, notes, and snippets.

@yackinn
Last active January 19, 2021 10:47
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 yackinn/468e93b91bbb133d98eae01365c49222 to your computer and use it in GitHub Desktop.
Save yackinn/468e93b91bbb133d98eae01365c49222 to your computer and use it in GitHub Desktop.
export namespace TodoActions {
export const loadTodos = createAction('[Todo] Load Todo')
export const addTodo = createAction("[Todo] Add Todo", props<{todo: Todo}>())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment