Reference

StorePersistOptions

Configures store persistence with an explicit current or legacy record contract.

Signature

type StorePersistOptions = StoreCurrentPersistOptions<T> | StoreLegacyPersistOptions<T>