knowledgebase_law/node_modules/redux-persist/lib/constants.js.flow
2025-04-11 11:47:09 -04:00

11 lines
321 B
Plaintext

// @flow
export const KEY_PREFIX = 'persist:'
export const FLUSH = 'persist/FLUSH'
export const REHYDRATE = 'persist/REHYDRATE'
export const PAUSE = 'persist/PAUSE'
export const PERSIST = 'persist/PERSIST'
export const PURGE = 'persist/PURGE'
export const REGISTER = 'persist/REGISTER'
export const DEFAULT_VERSION = -1