A configuration object for a storage implementation.

Hierarchy

Properties

errorOnFailure?: boolean

Whether to throw an error if the storage implementation is not available.

prefix?: string

An optional string to prefix the storage key.

storageDriver?: Storage

The storage driver to use.

Generated using TypeDoc