crunch-node/schemas.js

10 lines
147 B
JavaScript

schemas = {
user: {
username: null,
password: null,
hash: null,
email: null
}
}
module.exports = schemas