This commit is contained in:
2019-06-21 17:01:34 -05:00
commit 487f0c4eeb
56 changed files with 5037 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
/*
* File Model
* -------------------------------------------------------------
* Put some description here!
*/
const File = {
original_name: String,
new_name: String,
mime: String,
type: String,
}
module.exports = exports = File