Reference
StoreLegacyPersistOptions
Configures persistence with explicit support for deprecated untagged envelopes.
Signature
interface StoreLegacyPersistOptionsMembers
acceptLegacyPersistedState: truehydrationConflict?: StoreHydrationConflict<T>load?: (): T | LegacyStorePersistedState<T> | StorePersistedState<T> | Promise<T | LegacyStorePersistedState<T> | StorePersistedState<T> | undefined> | undefinedmigrate?: (state: T, version: number | undefined): T | Promise<T>save?: (state: T): void | Promise<void>version?: number