UNPKG

@wbget/midway-ats

Version:

midwayjs ats module

10 lines (9 loc) 401 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WithTransaction = void 0; const core_1 = require("@midwayjs/core"); const interface_transaction_1 = require("./interface.transaction"); function WithTransaction() { return (0, core_1.createCustomMethodDecorator)(interface_transaction_1.TRANSACTION_KEY, {}); } exports.WithTransaction = WithTransaction;