Skip to content

Instantly share code, notes, and snippets.

@whisher
Created December 7, 2018 21:15
Show Gist options
  • Save whisher/f80cb4485adf2a882cf3e40959b8b7d7 to your computer and use it in GitHub Desktop.
Save whisher/f80cb4485adf2a882cf3e40959b8b7d7 to your computer and use it in GitHub Desktop.
export enum AuthActionTypes {
Login = '[Auth] Page Login',
LoginFailure = '[Auth] Api Login Failure',
LoginSuccess = '[Auth] Api Login Success',
Logout = '[Auth] Page Logout',
LogoutFailure = '[Auth] Api Logout Failure',
LogoutSuccess = '[Auth] Api Logout Success'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment