Big Bang
This commit is contained in:
13
app/models/upload/File.model.js
Normal file
13
app/models/upload/File.model.js
Normal 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
|
||||
Reference in New Issue
Block a user