knowledgebase_law/node_modules/redux-persist/lib/constants.js.flow

11 lines
321 B
Plaintext
Raw Normal View History

2025-04-11 23:47:09 +08:00
// @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