All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ducks.user.constants.ts Maven / Gradle / Ivy

The newest version!
export const USER_LOGIN = 'n2o/auth/USER_LOGIN'
export const USER_LOGIN_ERROR = 'n2o/auth/USER_LOGIN_ERROR'

export const USER_CHECK = 'n2o/auth/USER_CHECK'
export const USER_CHECK_SUCCESS = 'n2o/auth/USER_CHECK_SUCCESS'
export const USER_CHECK_ERROR = 'n2o/auth/USER_CHECK_ERROR'

export const USER_LOGOUT = 'n2o/auth/USER_LOGOUT'
export const USER_LOGOUT_ERROR = 'n2o/auth/USER_LOGOUT_ERROR'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy