UNPKG

barebone-cms

Version:

rough attempt at a way-too-simple CMS

11 lines (10 loc) 166 B
module.exports = { date: { type: Date, default: Date.now() }, title: String, body: String, link: String, thumbnail: String };