typeorm-polymorphic
Version:
A repository for building typed polymorphic relationships
7 lines (6 loc) • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.POLYMORPHIC_REPOSITORY = exports.POLYMORPHIC_KEY_SEPARATOR = exports.POLYMORPHIC_OPTIONS = void 0;
exports.POLYMORPHIC_OPTIONS = 'POLYMORPHIC_OPTIONS';
exports.POLYMORPHIC_KEY_SEPARATOR = '::';
exports.POLYMORPHIC_REPOSITORY = 'POLYMORPHIC_REPOSITORY';