UNPKG

@tomei/finance

Version:

NestJS package for finance module

15 lines 633 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentTagRepository = void 0; const general_1 = require("@tomei/general"); const document_tag_entity_1 = __importDefault(require("../models/document-tag.entity")); class DocumentTagRepository extends general_1.RepositoryBase { constructor() { super(document_tag_entity_1.default); } } exports.DocumentTagRepository = DocumentTagRepository; //# sourceMappingURL=document-tag.repository.js.map