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