@datr.tech/leith-common-seeders
Version:
A Leith package of common mongoose model seeders
15 lines • 664 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.frameworkDatrTech = void 0;
var adminStatus_1 = require("../adminStatus");
var adminUser_1 = require("../adminUser");
var frameworkType_1 = require("../frameworkType");
exports.frameworkDatrTech = {
frameworkId: '681a8ff8a30b5cecdb2a33ce',
frameworkTypeId: frameworkType_1.frameworkTypeInternal['frameworkTypeId'],
description: 'An internal datr.tech framework',
name: 'framework/datr.tech',
adminStatusId: adminStatus_1.adminStatusActive['adminStatusId'],
adminUserId: adminUser_1.adminUserBase['userId'],
};
//# sourceMappingURL=frameworkDatrTech.js.map