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.
Type Declaration
Section titled “Type Declaration”backend
Section titled “backend”backend:
T
Type Parameters
Section titled “Type Parameters”T extends Backend