UNPKG

@chevre/domain

Version:

Chevre Domain Library for Node.js

7 lines (6 loc) 291 B
import type { IExecutableTaskKeys, IOperationExecute } from '../task'; import * as factory from '../../factory'; /** * タスク実行関数 */ export declare function call(params: factory.task.refund.IData | Pick<factory.task.refund.ITask, IExecutableTaskKeys>): IOperationExecute<void>;