1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 22:45:23 +02:00

Merge branch 'feature/transport' of https://github.com/codex-team/codex.docs into feature/transport

This commit is contained in:
Taly 2019-03-11 18:26:46 +03:00
commit 875147e5f3

View file

@ -22,7 +22,7 @@ class Transport {
* @param {string} multerData.filename - name of the uploaded file
* @param {string} multerData.path - path to 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
* @return {Promise<FileData>}