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.ICommentService = void 0;
|
||
|
class ICommentService {
|
||
|
}
|
||
|
exports.ICommentService = ICommentService;
|
||
|
//# sourceMappingURL=ICommentService.js.map
|