Skip to content

BackendConfiguration

BackendConfiguration<T> = OptionsOf<T> & Partial<SharedConfig> & object

Defined in: src/backends/backend.ts:188

Specifies a file system backend type and its options.

Individual options can recursively contain BackendConfiguration objects for values that require file systems.

The configuration for each file system corresponds to that file system’s option object passed to its create() method.

backend: T

T extends Backend