@chevre/domain
Version:
Chevre Domain Library for Node.js
7 lines (6 loc) • 313 B
TypeScript
import type { ICallResult, IExecutableTaskKeys, IOperationExecute } from '../task';
import * as factory from '../../factory';
/**
* タスク実行関数
*/
export declare function call(params: Pick<factory.task.ITask<factory.taskName.VoidPayTransaction>, IExecutableTaskKeys>): IOperationExecute<ICallResult>;