mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
Update src/controllers/transport.js
Co-Authored-By: talyguryn <vitalik7tv@yandex.ru>
This commit is contained in:
parent
5faa2274a7
commit
397ca978a1
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Transport {
|
||||||
* @param {string} multerData.filename - name of the uploaded file
|
* @param {string} multerData.filename - name of the uploaded file
|
||||||
* @param {string} multerData.path - path to the uploaded file
|
* @param {string} multerData.path - path to the uploaded file
|
||||||
* @param {number} multerData.size - size of the uploaded file
|
* @param {number} multerData.size - size of the uploaded file
|
||||||
* @paran {string} multerData.mimetype - MIME type of the uploaded file
|
* @param {string} multerData.mimetype - MIME type of the uploaded file
|
||||||
*
|
*
|
||||||
* @param {object} map - object that represents how should fields of File object should be mapped to response
|
* @param {object} map - object that represents how should fields of File object should be mapped to response
|
||||||
* @return {Promise<FileData>}
|
* @return {Promise<FileData>}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue