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.
pifa/store/mutation-types.js

6 lines
216 B

5 months ago
export const ACCESS_TOKEN = 'AccessToken'
export const USER_ID = 'userId'
export const REFEREE_ID = 'refereeId'
export const PLATFORM = 'platform'
export const STORE_ID = 'storeId'
export const APP_THEME = 'appTheme'