UNPKG

@eggjs/tegg-transaction-decorator

Version:

tegg transaction decorator

3 lines (2 loc) 180 B
import type { TransactionalParams } from '@eggjs/tegg-types'; export declare function Transactional(params?: TransactionalParams): (target: any, propertyKey: PropertyKey) => void;