Guest User

Untitled

a guest
Mar 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. export enum TodoActionType {
  2. ADD_TODO = '[Todo] ADD_TODO',
  3. REMOVE_TODO = '[Todo] REMOVE_TODO',
  4. EDIT_TODO = '[Todo] EDIT_TODO'
  5. }
Add Comment
Please, Sign In to add comment