Skip to content

Instantly share code, notes, and snippets.

@brakmic
Created April 11, 2017 08:16
Show Gist options
  • Save brakmic/0de2f1329d315b3cd9c3e117201a9540 to your computer and use it in GitHub Desktop.
Save brakmic/0de2f1329d315b3cd9c3e117201a9540 to your computer and use it in GitHub Desktop.
group thematically related actions together
export type CustomerAction
= InitCustomerAction
| InitializedCustomerAction
| InitFailedCustomerAction
| CustomerSelectedAction
| CustomerChangedAction
| CustomerDeletedAction
| CustomerSavedAction;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment