You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
309 B

const ACCOUNT_CHANGED = 'ACCOUNT_CHANGED';
const AUTH_USER_DATA_UPDATED = 'AUTH_USER_DATA_UPDATED';
const GUEST_USER_DATA_UPDATED = 'GUEST_USER_DATA_UPDATED';
const USER_FETCHING_ERROR = 'USER_FETCHING_ERROR';
export { ACCOUNT_CHANGED, AUTH_USER_DATA_UPDATED, GUEST_USER_DATA_UPDATED, USER_FETCHING_ERROR };