Skip to content
Snippets Groups Projects
types.js 206 B
Newer Older
  • Learn to ignore specific revisions
  • export const GET_USERDATA = 'get_userdata';
    
    export const GET_NEWS = 'get_news';
    
    
    export const PROFILE_CHANGE = 'profile_change';
    export const GROUP_CHANGE = 'group_change';
    
    export const LOGOUT = 'logout';