UNPKG

dancecard-email-schemas

Version:

Schemas for objects for Dancecard Email Nurturing System

15 lines (13 loc) 275 B
"use strict"; var mongoose = require('mongoose'); var 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" } });