UNPKG

@conveyal/commute

Version:
9 lines (8 loc) 118 B
module.exports = function (schema) { schema.add({ user: { required: true, type: String } }) }