chore(types): small tsdoc change to file service (#12240)

This commit is contained in:
Shahed Nasser
2025-04-18 14:41:39 +03:00
committed by GitHub
parent 750b1e9bbf
commit 2e65f7ffc0

View File

@@ -36,7 +36,12 @@ export interface UploadFileUrlDTO {
*/
url: string
/**
* The key of the file.
* The file's key allowing you to later
* identify the file in the third-party
* system. For example, the S3 Module Provider
* returns the file's key in S3, whereas the
* Local File Module Provider returns the file's
* path.
*/
key: string
}