Documentation / @zerotal/core / storage / StorageFilesOptions
Interface: StorageFilesOptions
Defined in: storage/StorageFilesMiddleware.ts:17
Properties
mounts?
optionalmounts?:Mount[]
Defined in: storage/StorageFilesMiddleware.ts:19
Disks to serve, in match order. Built from config by StorageProvider.
storage?
optionalstorage?:StorageManager
Defined in: storage/StorageFilesMiddleware.ts:21
The manager the files are read through.