Created
September 12, 2018 10:45
-
-
Save fxck/5754d9a8e3d108a608f08a3cd33d2278 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 class UserListRequest implements Action { | |
readonly type = ActiontTypes.UserListRequest; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment