1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 06:25:21 +02:00

fix comment

This commit is contained in:
Nikita Melnikov 2022-04-22 16:40:36 +03:00
parent 4a02bf03e3
commit 2aab001d2f

View file

@ -10,7 +10,7 @@ const filesDb = database['files'];
* @property {string} filename - name of uploaded file
* @property {string} path - path to uploaded file
* @property {string} mimetype - file MIME type
* @property {string} url - file url
* @property {string} url - file url to access it. Consists of uploads path and file name.
* @property {number} size - size of the file in
*/
export interface FileData {