mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 05:58:15 +08:00
11 lines
321 B
Plaintext
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
|