"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProcessCollection = void0;
/**
* Mongo collection for storing the process definitions and status
*/exports.ProcessCollection = newMongo.Collection('background-process-manager---processes');