Created
April 11, 2017 08:16
-
-
Save brakmic/0de2f1329d315b3cd9c3e117201a9540 to your computer and use it in GitHub Desktop.
group thematically related actions together
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 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