UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

15 lines (12 loc) 261 B
let mongoose = require('mongoose'); let Schema = mongoose.Schema; var Account = new Schema({ account_name: { type: String, description: "User provided Account name" }, external_id: { type: String, description: "Account ID in external system" } })