UNPKG

@ai-ecom/medusa-plugin-patient-record

Version:

A plugin for patient record

10 lines (9 loc) 425 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = exports.EthnicityRepository = void 0; var _ethnicity = require("../models/ethnicity"); var _database = require("@medusajs/medusa/dist/loaders/database"); var EthnicityRepository = exports.EthnicityRepository = _database.dataSource.getRepository(_ethnicity.Ethnicity); var _default = exports["default"] = EthnicityRepository;