crunch-node/schemas.js

11 lines
147 B
JavaScript
Raw Normal View History

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