UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
8 lines 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AGGREGATE_TYPE_STUB = exports.ENTITY_TYPE_STUB = void 0; const aggregateType_1 = require("../aggregates/constants/aggregateType"); const entityType_1 = require("../entities/constants/entityType"); exports.ENTITY_TYPE_STUB = `${entityType_1.ENTITY_TYPE_PREFIX}__entity_type`; exports.AGGREGATE_TYPE_STUB = `${aggregateType_1.AGGREGATE_TYPE_PREFIX}__aggregate_type`; //# sourceMappingURL=entityType.stub.js.map