| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/schematics/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/@nestjs/cli/lib/schematics/custom.collection.js |
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.CustomCollection = void 0;
const abstract_collection_1 = require("./abstract.collection");
class CustomCollection extends abstract_collection_1.AbstractCollection {
}
exports.CustomCollection = CustomCollection;