Skip to content

Instantly share code, notes, and snippets.

@fxck
Created September 12, 2018 10:45
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 fxck/5754d9a8e3d108a608f08a3cd33d2278 to your computer and use it in GitHub Desktop.
Save fxck/5754d9a8e3d108a608f08a3cd33d2278 to your computer and use it in GitHub Desktop.
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