Guest User

Untitled

a guest
Mar 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. const schema = require("schm");
  2.  
  3. const userSchema = schema({
  4. name: { type: String },
  5. age: { type: Number },
  6. });
Add Comment
Please, Sign In to add comment