@datr.tech/leith-common-seeders
Version:
A Leith package of common mongoose model seeders
15 lines • 625 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.processBase = void 0;
var adminStatus_1 = require("../adminStatus");
var adminUser_1 = require("../adminUser");
var framework_1 = require("../framework");
var journey_1 = require("../journey");
exports.processBase = {
processId: '681c56ae695d446f8c137bbe',
frameworkId: framework_1.frameworkDatrTech['frameworkId'],
journeyId: journey_1.journeyBase['journeyId'],
adminStatusId: adminStatus_1.adminStatusActive['adminStatusId'],
adminUserId: adminUser_1.adminUserBase['userId'],
};
//# sourceMappingURL=processBase.js.map