export linksSchema = new SimpleSchema
  title:
    type: String
  url:
    type: String
