UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

10 lines (9 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OfferInCatalogReadOnlyRepo = void 0; /** * カタログ内オファー読取リポジトリ */ class OfferInCatalogReadOnlyRepo { } exports.OfferInCatalogReadOnlyRepo = OfferInCatalogReadOnlyRepo;