devbug/app/models/upload/File.model.js

13 lines
250 B
JavaScript
Raw Normal View History

2019-06-21 22:01:34 +00:00
/*
* File Model
* -------------------------------------------------------------
* Put some description here!
*/
const File = {
original_name: String,
new_name: String,
mime: String,
type: String,
}
module.exports = exports = File