MountConfiguration
MountConfiguration<
T> =FilesystemOf<T> |BackendConfiguration<T> |T
Defined in: src/config.ts:29
Configuration for a specific mount point
Type Parameters
Section titled “Type Parameters”T extends Backend
MountConfiguration<
T> =FilesystemOf<T> |BackendConfiguration<T> |T
Defined in: src/config.ts:29
Configuration for a specific mount point
T extends Backend