think/packages/domains/lib/services/IRequestService.js

7 lines
223 B
JavaScript
Raw Normal View History

2022-03-11 05:57:55 +00:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IRequestService = void 0;
class IRequestService {
}
exports.IRequestService = IRequestService;
//# sourceMappingURL=IRequestService.js.map