mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
fix comment
This commit is contained in:
parent
4a02bf03e3
commit
2aab001d2f
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ const filesDb = database['files'];
|
||||||
* @property {string} filename - name of uploaded file
|
* @property {string} filename - name of uploaded file
|
||||||
* @property {string} path - path to uploaded file
|
* @property {string} path - path to uploaded file
|
||||||
* @property {string} mimetype - file MIME type
|
* @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
|
* @property {number} size - size of the file in
|
||||||
*/
|
*/
|
||||||
export interface FileData {
|
export interface FileData {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue