mirror of https://github.com/fantasticit/think.git
7 lines
223 B
JavaScript
7 lines
223 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||
|
exports.IRequestService = void 0;
|
||
|
class IRequestService {
|
||
|
}
|
||
|
exports.IRequestService = IRequestService;
|
||
|
//# sourceMappingURL=IRequestService.js.map
|