UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

14 lines (13 loc) 406 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TelemetryRepo = void 0; const telemetry_1 = require("./mongoose/schemas/telemetry"); /** * 測定リポジトリ */ class TelemetryRepo { constructor(connection) { this.telemetryModel = connection.model(telemetry_1.modelName, (0, telemetry_1.createSchema)()); } } exports.TelemetryRepo = TelemetryRepo;