/
home
/
infinitibizsol
/
testingcrm.infinitibizsol.com
/
models
/
File Upload :
llllll
Current File: /home/infinitibizsol/testingcrm.infinitibizsol.com/models/appointmentTypeModel.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _mongoose = _interopRequireDefault(require("mongoose")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } var AppointmentType = new _mongoose["default"].Schema({ name: { type: String, required: false }, description: { type: String, required: false }, duration: { type: String, required: false }, color: { type: String, required: false } }, { timestamps: true }); var _default = exports["default"] = _mongoose["default"].model("AppointmentType", AppointmentType);
Copyright ©2k19 -
Hexid
|
Tex7ure