Home > @eppo/js-client-sdk > IClientConfig > persistentStore
A custom class to use for storing flag configurations. This is useful for cases where you want to use a different storage mechanism than the default storage provided by the SDK.
Signature:
persistentStore?: IAsyncStore<Flag>;