Add schemaBaseFields and timestamps

This commit is contained in:
Elliot DeNolf
2019-01-28 21:32:30 -05:00
parent 1e1572146d
commit 95a6f60c0d
2 changed files with 10 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
const schemaBaseFields = {
status: String,
publishedAt: Date
};
export { schemaBaseFields }