UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

11 lines (10 loc) 339 B
/** * 取引ファクトリー */ import * as factory from '../../factory'; /** * 転送アクション属性作成 */ export declare function createMoneyTransferActionAttributes(params: { transaction: factory.account.transaction.ITransaction<factory.account.transactionType>; }): factory.account.action.moneyTransfer.IAttributes;