chore(types): small tsdoc change to file service (#12240)
This commit is contained in:
@@ -36,7 +36,12 @@ export interface UploadFileUrlDTO {
|
|||||||
*/
|
*/
|
||||||
url: string
|
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
|
key: string
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user