UNPKG

ts-api-core

Version:

Nodejs api framework core

8 lines 220 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiLogDTO = void 0; /** API 日志 */ class ApiLogDTO { } exports.ApiLogDTO = ApiLogDTO; //# sourceMappingURL=api.log.dto.js.map