ClientStorageConfig
ClientStorageConfig =
Record<string,ClientFiletypeConfig>
Defined in: packages/storage/src/types.ts:181
A record of client-safe file type configs, keyed by file type name.
Passed to the StorageProvider to make schema information available to useUpload.