UNPKG

526 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.userModel = undefined;
7
8var _format = require('./format');
9
10var userModel = exports.userModel = { createIndex: 1,
11 getFormatDocument: _format.getFormatUser,
12 items: [{ key: 'email', type: 'String', isRequired: true }, { key: 'firstName', type: 'String', isRequired: true }, { key: 'id', type: 'String', isAutomatic: true }, { key: 'lastName', type: 'String', isRequired: true }, { key: 'password', type: 'String', isRequired: true }]
13};
\No newline at end of file