@medusajs/types 2.8.5-preview-20250610120207 → 2.8.5-preview-20250610180148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/file/provider.d.ts +1 -1
- package/package.json +1 -1
package/dist/file/provider.d.ts
CHANGED
@@ -110,7 +110,7 @@ export interface IFileProvider {
|
|
110
110
|
/**
|
111
111
|
* This method is used to delete one or more files from the storage
|
112
112
|
*
|
113
|
-
* @param {ProviderDeleteFileDTO | ProviderDeleteFileDTO[]} fileData - The details of the
|
113
|
+
* @param {ProviderDeleteFileDTO | ProviderDeleteFileDTO[]} fileData - The details of the files to remove.
|
114
114
|
* @returns {Promise<void>} Resolves when the file is deleted successfully.
|
115
115
|
*
|
116
116
|
*/
|